Migrate boxAgainstJava tests to multi-file framework
This commit is contained in:
@@ -1 +1,15 @@
|
||||
// FILE: J.java
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
class J {
|
||||
String value;
|
||||
|
||||
J(String value) {
|
||||
this.value = value;
|
||||
}
|
||||
}
|
||||
|
||||
// FILE: 1.kt
|
||||
|
||||
fun box() = J("OK").value
|
||||
|
||||
Reference in New Issue
Block a user