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