We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fab91c commit ad72ce3Copy full SHA for ad72ce3
tests/run-macros/tasty-tree-map/quoted_2.scala
@@ -46,6 +46,7 @@ object Test {
46
println(identityMaped((Nil: List[Int]) match { case _: List[t] => 64 }))
47
println(identityMaped({ object F { type T = Int }; val x: F.T = 65; x }))
48
println(identityMaped({ val x: Foo { type T = Int } = new Foo { type T = Int; def y: Int = 66 }; x.y }))
49
+ println(identityMaped({ trait A; new A {} }))
50
}
51
52
object I55 {
0 commit comments