Intention tests: add runtime where necessary

This commit is contained in:
Natalia Ukhorskaya
2015-12-16 14:24:41 +03:00
parent 78d737f3f4
commit 6a3ac66208
44 changed files with 44 additions and 0 deletions
@@ -1,3 +1,4 @@
// WITH_RUNTIME
fun foo() {
<caret>for (x in 1..10) {
}