Commit 59b67fc
authored
Add the macro type-print test to run-macros-scala2-library-tasty.blacklist (#21787)
Just noticed the ci issues. The actual changes in the .check files
concern `TypeRef(ThisType(TypeRef(NoPrefix(), "immutable")), "List")`
(read from byte code) being shown as
`TypeRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix(),
"<root>")), "scala"), "collection"), "immutable"), "List")` (read from
tasty), which is expected and also happens in the other excluded tests
[test_scala2_library_tasty]1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
0 commit comments