Merge K2 box tests to main box tests
This commit is contained in:
committed by
Space Team
parent
14c2030595
commit
d3be38476a
+13
@@ -0,0 +1,13 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_K1: JVM_IR
|
||||
|
||||
class Base {
|
||||
val x: CharSequence
|
||||
internal field: String = "OK"
|
||||
|
||||
val s: String get() = x
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return Base().s
|
||||
}
|
||||
Reference in New Issue
Block a user