Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxInline
/
anonymousObject
/
kt9064v2.1.kt
blob: 98c9969c3d920645c315065cf0dc954e8f0a5d91 [
file
]
//NO_CHECK_LAMBDA_INLINING
import
test
.*
fun box
():
String
{
val test
=
Test
(
"OK"
)
return
test
.
_parameter
.
property
.
property
}