Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/PlatformStaticInObject.B.kt
T

7 lines
121 B
Kotlin
Vendored

fun main(args: Array<String>) {
val h = aaa.TestObject.test
if (h != "test") {
throw Exception()
}
}