a5f7df3ebf
#KT-9064 Fixed
9 lines
136 B
Kotlin
Vendored
9 lines
136 B
Kotlin
Vendored
//NO_CHECK_LAMBDA_INLINING
|
|
import test.*
|
|
|
|
fun box(): String {
|
|
|
|
val test = Test("OK")
|
|
|
|
return test._parameter.property.property
|
|
} |