You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scala> abstract class Foo(implicit val name: sourcecode.Name)
defined class Foo
scala> val x = new Foo {}
x: Foo = $anon$1@b6bdc65
scala> x.name
res0: sourcecode.Name = Name($anon)
The following fails
Here is a pull request with a unit test #18
The text was updated successfully, but these errors were encountered: