Files
kotlin-fork/compiler/testData/codegen/boxInline/anonymousObject/kt9064v2.1.kt
T
Michael Bogdanov a5f7df3ebf Fix for KT-9064
#KT-9064 Fixed
2015-09-10 11:08:02 +03:00

9 lines
136 B
Kotlin
Vendored

//NO_CHECK_LAMBDA_INLINING
import test.*
fun box(): String {
val test = Test("OK")
return test._parameter.property.property
}