7 lines
121 B
Kotlin
Vendored
7 lines
121 B
Kotlin
Vendored
fun main(args: Array<String>) {
|
|
val h = aaa.TestObject.test
|
|
if (h != "test") {
|
|
throw Exception()
|
|
}
|
|
}
|