[Test] Merge box against java tests into codegen black box tests
This commit is contained in:
+2
@@ -1,3 +1,4 @@
|
||||
// MODULE: lib
|
||||
// FILE: JavaClass.java
|
||||
|
||||
class JavaClass {
|
||||
@@ -6,6 +7,7 @@ class JavaClass {
|
||||
}
|
||||
}
|
||||
|
||||
// MODULE: main(lib)
|
||||
// FILE: 1.kt
|
||||
|
||||
var status: String = "fail" // global property to avoid issues with accessing closure from local class (KT-4174)
|
||||
|
||||
Reference in New Issue
Block a user