FIR IDE: mute not passing tests

This commit is contained in:
Ilya Kirillov
2020-06-04 12:24:53 +03:00
parent d317ee1197
commit 19d721d262
10 changed files with 16 additions and 0 deletions
@@ -1,3 +1,4 @@
// IGNORE_FIR
fun test(f: Foo) {
for(i <caret>in f) {}
}