Files
kotlin/idea/testData/codeInsight/postfix/valAtLamba.kt
2016-10-03 10:36:48 +03:00

4 lines
49 B
Kotlin
Vendored

fun foo() {
{ y: Int -> "abc" }.val<caret>
}