Move FullJdk tests to boxWithStdlib
This commit is contained in:
committed by
Alexander Udalov
parent
d23f82177f
commit
f994c9924f
@@ -0,0 +1,12 @@
|
||||
fun box(): String {
|
||||
A()
|
||||
return "OK"
|
||||
}
|
||||
|
||||
class A: B() {
|
||||
override var foo = array<Int?>(12, 13)
|
||||
}
|
||||
|
||||
abstract class B {
|
||||
abstract var foo: Array<Int?>
|
||||
}
|
||||
Reference in New Issue
Block a user