Renamed test data folders
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// WITH_RUNTIME
|
||||
// IS_APPLICABLE: FALSE
|
||||
fun String.withIndex(): Int = 42
|
||||
|
||||
fun foo(s: String) {
|
||||
for (<caret>a in s) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user