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
@@ -5,3 +5,4 @@ class A {
get(): () -> Int = if (true) { {42}<caret> } else { {24} } get(): () -> Int = if (true) { {42}<caret> } else { {24} }
set(i: () -> Int) {} set(i: () -> Int) {}
} }
/* IGNORE_FIR */
@@ -4,3 +4,4 @@ fun foo(f: () -> String) {
""<caret> ""<caret>
} }
} }
/* IGNORE_FIR */
@@ -10,3 +10,4 @@ fun foo() {
} }
} }
} }
/* IGNORE_FIR */