FIR IDE: unmute tests after introducing fake element kinds

This commit is contained in:
Ilya Kirillov
2020-06-22 21:44:59 +03:00
parent 9baced20c4
commit 2693664aa7
7 changed files with 0 additions and 10 deletions
@@ -1,4 +1,3 @@
// IGNORE_FIR
fun test(f: Foo) {
for(i <caret>in f) {}
}