ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transform interface
#KT-32454 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -2,5 +2,5 @@
|
||||
|
||||
fun foo() {
|
||||
val b = listOf(42, 10)
|
||||
println(Integer<caret>.toString(b.first(), b.last()).let{it} + 1)
|
||||
println(Integer.<caret>toString(b.first(), b.last()).let{it} + 1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user