Skip to content

Instantly share code, notes, and snippets.

@TonyLo1
Last active February 8, 2017 14:55
Show Gist options
  • Save TonyLo1/f0335caa8a9c850b66215c29cec1512a to your computer and use it in GitHub Desktop.
Save TonyLo1/f0335caa8a9c850b66215c29cec1512a to your computer and use it in GitHub Desktop.
class A[T: Comparable[T] #read]
var t: T = T() // Compiler complains with: couldn't find 'create' in 'Comparable'
var a: T
new create() =>
a = t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment