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

4 lines
47 B
Plaintext
Vendored

// WITH_RUNTIME
fun test() {
print("foo")
}