ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transformation for extension with non-null receiver
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
// PROBLEM: none
|
||||
import java.util.Arrays
|
||||
|
||||
fun test() {
|
||||
val a: Array<*>? = arrayOf(1)
|
||||
val str = Arrays.<caret>toString(a)
|
||||
}
|
||||
Reference in New Issue
Block a user