Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/MultifileClassInlineFunctionAccessingProperty.B.kt
T
2015-09-30 09:56:05 +03:00

4 lines
136 B
Kotlin
Vendored

fun main(args: Array<String>) {
val ok = K { "O" }
if (ok != "OK") throw java.lang.AssertionError("Expected: OK, actual: $ok")
}