Migrate boxAgainstJava tests to multi-file framework
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
// FILE: JavaClass.java
|
||||
|
||||
class JavaClass {
|
||||
public String getOk() { return "OK"; }
|
||||
}
|
||||
|
||||
// FILE: 1.kt
|
||||
|
||||
fun box(): String {
|
||||
return JavaClass().ok
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user