Fix false positive ReplaceJavaStaticMethodWithKotlinAnalog for java.io.PrintStream
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
// PROBLEM: none
|
||||
fun test() {
|
||||
<caret>System.err.print("foo")
|
||||
}
|
||||
Reference in New Issue
Block a user