We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318054e commit 51629a2Copy full SHA for 51629a2
tests/run-macros/type-show/Test_2.scala
@@ -23,7 +23,7 @@ object Test {
23
"""TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Nothing"), """+
24
"""TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Any"))), """+
25
"""MatchType("""+
26
- """TypeRef(TermRef(ThisType(TypeRef(NoPrefix(), "<root>")), "scala"), "Int"), """+ // match type bound
+ """TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Any"), """+ // match type bound
27
"""ParamRef(binder, 0), """+
28
"""List("""+
29
"""MatchCase("""+
0 commit comments