FIR IDE: Remove IGNORE_FIR from passing tests

This commit is contained in:
Ilya Kirillov
2020-05-26 13:11:55 +03:00
parent c6ae916b24
commit 00a271dd94
16 changed files with 0 additions and 32 deletions
@@ -1,5 +1,3 @@
// IGNORE_FIR
fun test(f: Foo) {
for(i <caret>in f) {}
}