Migrate boxAgainstJava tests to multi-file framework
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
// FILE: Foo.java
|
||||
|
||||
public class Foo {
|
||||
public class Inner { }
|
||||
}
|
||||
|
||||
// FILE: 1.kt
|
||||
|
||||
fun box(): String {
|
||||
kt3532().Inner()
|
||||
Foo().Inner()
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user