Skip to content

Instantly share code, notes, and snippets.

@milessabin
Created May 20, 2013 11:25
Show Gist options
  • Save milessabin/5611702 to your computer and use it in GitHub Desktop.
Save milessabin/5611702 to your computer and use it in GitHub Desktop.
Since when was "<:" an alias for "extends" ... not that I'm complaining, mind ;-)
scala> trait Foo ; trait Bar <: Foo
defined trait Foo
defined trait Bar
scala> implicitly[Bar <:< Foo]
res2: <:<[Bar,Foo] = <function1>
@milessabin
Copy link
Author

This would appear to be the offending commit (search for YvirtClasses) scala/scala@4253124 ... calling @paulp ...

@milessabin
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment