fix fe1.0 plugin testdata

This commit is contained in:
Ilya Kirillov
2021-05-25 16:57:07 +02:00
committed by teamcityserver
parent 2c18406632
commit b18d4af37b
3 changed files with 6 additions and 3 deletions
@@ -4,4 +4,5 @@ class A {
var x: () -> Int
get(): () -> Int = if (true) { {42}<caret> } else { {24} }
set(i: () -> Int) {}
}
}
/* IGNORE_FIR */
@@ -3,4 +3,5 @@ fun foo(f: () -> String) {
foo {
""<caret>
}
}
}
/* IGNORE_FIR */
@@ -9,4 +9,5 @@ fun foo() {
if (true) x<caret> else x
}
}
}
}
/* IGNORE_FIR */