ReplaceJavaStaticMethodWithKotlinAnalogInspection: add more tests
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
import java.lang.System.out
|
||||
|
||||
fun x() {
|
||||
listOf("")
|
||||
.take(10)
|
||||
.forEach { out.<caret>print(it) }
|
||||
}
|
||||
Reference in New Issue
Block a user