ReplaceJavaStaticMethodWithKotlinAnalogInspection: add more tests
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
fun x() {
|
||||
listOf<Int>()
|
||||
.take(10)
|
||||
.filter { Math.<caret>abs(it) < 10 }
|
||||
}
|
||||
Reference in New Issue
Block a user