Commit 879a7f6
committed
Add test object-loses-type-alias-ok
Type aliases can't be top-level (in the normal way, not in the Dotty
way) because that type definition must live in some bytecode somewhere.
So I wanted to check that that doesn't have any binary compatibility
concerns if you lose the alias. (In truth I was double-checking
scala/bug#11888 (comment)).1 parent cf835c1 commit 879a7f6
File tree
4 files changed
+9
-0
lines changed- functional-tests/src/test/object-loses-type-alias-ok
- app
- v1
- v2
4 files changed
+9
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments