Update box tests to 1.2.0-rc-39
This commit is contained in:
committed by
Pavel Punegov
parent
0121b6a185
commit
ffa1ffa659
@@ -0,0 +1,9 @@
|
||||
import Foo.bar0 as bar
|
||||
|
||||
object Foo {
|
||||
val bar0 = "OK"
|
||||
|
||||
fun test() = bar0
|
||||
}
|
||||
|
||||
fun box() = Foo.test()
|
||||
Reference in New Issue
Block a user