Files
kotlin-fork/idea/testData/intentions/usePropertyAccessSyntax/setAnonymouseFunctionArgument.kt
T
2019-06-06 18:53:15 +07:00

7 lines
123 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
fun test() {
J().<caret>setR(fun() {
println("Hello, world!")
})
}