Files
kotlin-fork/idea/testData/inspectionsLocal/simpleRedundantLet/reference4.kt.after
T
2019-10-29 17:25:50 +07:00

5 lines
54 B
Plaintext
Vendored

// WITH_RUNTIME
fun Int.foo() {
also(::println)
}