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

5 lines
82 B
Kotlin
Vendored

// WITH_RUNTIME
// PROBLEM: none
fun test() {
<caret>System.err.print("foo")
}