tests: Update external tests (1.1.2-dev-393)
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||
// IGNORE_BACKEND: JS, NATIVE
|
||||
|
||||
// FILE: JavaClass.java
|
||||
|
||||
public class JavaClass {
|
||||
|
||||
protected String FIELD = "OK";
|
||||
|
||||
}
|
||||
|
||||
// FILE: Kotlin.kt
|
||||
|
||||
package test
|
||||
|
||||
import JavaClass
|
||||
|
||||
class B : JavaClass() {
|
||||
inline fun bar() = FIELD
|
||||
}
|
||||
|
||||
fun box() = B().bar()
|
||||
Reference in New Issue
Block a user