Files
kotlin-fork/idea/testData/inspectionsLocal/replaceJavaStaticMethodWithKotlinAnalog/io/println_3.kt.after
T

4 lines
60 B
Plaintext
Vendored

// WITH_RUNTIME
fun test() {
println("foo").let { it }
}