Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxInline
/
anonymousObject
/
capturedLambdaInInline2.1.kt
blob: d111b541a6d27186c7c54c47699430654575728c [
file
]
//NO_CHECK_LAMBDA_INLINING
import
test
.*
fun box
():
String
{
return
bar
{
"OK"
}
()
}