ReplaceJavaStaticMethodWithKotlinAnalogInspection: add more tests
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
fun x() {
|
||||
val a = 4
|
||||
val b = Math.<caret>abs(a).let { println(it) }
|
||||
}
|
||||
Reference in New Issue
Block a user