Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
usePropertyAccessSyntax
/
setLambdaArgument2.kt
blob: ac3663e5e02331988414b381dec81cb47505652a [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// WITH_RUNTIME
fun test
()
{
J
().<
caret
>
setR
({
println
(
"Hello, world!"
)
})
}