Remove IGNORE_FIR directive from already green tests

This commit is contained in:
Roman Golyshev
2021-05-12 12:09:25 +03:00
committed by Space
parent 4adb291a12
commit d7a91cb05e
21 changed files with 14 additions and 42 deletions
@@ -2,5 +2,4 @@
class Test {
var foo<caret>
get() = 1
}
/* IGNORE_FIR */
}
@@ -2,5 +2,4 @@
class Test {
val foo
get() = 1
}
/* IGNORE_FIR */
}