Commit 7d1fd0d
committed
Add folder for Java interop tests that do not support join compilation
Quoting from d8ff147:
Legacy-tests seems to always compile files together, but cooking
only works for Java files read by ClassfileParser. I don't think
it makes sense to change that - if we compile Java files from sources
we should demand that raw types are re-written as wildcard types.
Since other tests in the same situation will be added in the future, we
create a `pos-java-interop-separate` test folder to keep them together.1 parent 7cd176f commit 7d1fd0d
File tree
3 files changed
+1
-1
lines changed- compiler/test/dotty/tools/dotc
- tests/pos-java-interop-separate/i3273
3 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments