Intention tests: add runtime where necessary
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo() {
|
||||
(1..10).forEach { x -> }
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo() {
|
||||
(1..10).forEach { x -> }
|
||||
}
|
||||