[Test] Merge box against java tests into codegen black box tests
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
// MODULE: lib
|
||||
// FILE: A.java
|
||||
|
||||
interface A {
|
||||
void foo();
|
||||
}
|
||||
|
||||
// MODULE: main(lib)
|
||||
// FILE: 1.kt
|
||||
|
||||
internal interface B : A {
|
||||
|
||||
Reference in New Issue
Block a user