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
-2
View File
@@ -1,5 +1,3 @@
// IGNORE_FIR
fun <info textAttributesKey="KOTLIN_FUNCTION_DECLARATION">test</info>() {
val <info textAttributesKey="KOTLIN_LOCAL_VARIABLE">vect</info> = <info textAttributesKey="KOTLIN_CONSTRUCTOR">MyIterable</info><<info textAttributesKey="KOTLIN_CLASS">Int</info>>()
<info textAttributesKey="KOTLIN_LOCAL_VARIABLE">vect</info>.<info textAttributesKey="KOTLIN_FUNCTION_CALL">filter</info> { <info textAttributesKey="KOTLIN_CLOSURE_DEFAULT_PARAMETER">it</info> != 2 }.<info textAttributesKey="KOTLIN_FUNCTION_CALL">forEach</info> { <info textAttributesKey="KOTLIN_CLOSURE_DEFAULT_PARAMETER">it</info>.<info textAttributesKey="KOTLIN_FUNCTION_CALL">toString</info>() }
@@ -1,5 +1,3 @@
// IGNORE_FIR
fun main(it: Iterator<Any>) {
for (i <caret>in it.iterator()) {}
}
@@ -1,4 +1,3 @@
// IGNORE_FIR
fun main() {
for (i <caret>in 1..2) {}
}
@@ -1,5 +1,3 @@
// IGNORE_FIR
fun main() {
for (i <caret>in "") {}
}
@@ -1,4 +1,3 @@
// IGNORE_FIR
fun test(f: Foo) {
for(i <caret>in f) {}
}
@@ -1,4 +1,3 @@
// IGNORE_FIR
fun test(f: Foo) {
for(i <caret>in f) {}
}
@@ -1,4 +1,3 @@
// IGNORE_FIR
fun test(f: Foo) {
for(i <caret>in f) {}
}