blob: 98c9969c3d920645c315065cf0dc954e8f0a5d91 [file]
//NO_CHECK_LAMBDA_INLINING
import test.*
fun box(): String {
val test = Test("OK")
return test._parameter.property.property
}