fix fe1.0 plugin testdata
This commit is contained in:
committed by
teamcityserver
parent
2c18406632
commit
b18d4af37b
+2
-1
@@ -4,4 +4,5 @@ class A {
|
||||
var x: () -> Int
|
||||
get(): () -> Int = if (true) { {42}<caret> } else { {24} }
|
||||
set(i: () -> Int) {}
|
||||
}
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
|
||||
+2
-1
@@ -3,4 +3,5 @@ fun foo(f: () -> String) {
|
||||
foo {
|
||||
""<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
|
||||
+2
-1
@@ -9,4 +9,5 @@ fun foo() {
|
||||
if (true) x<caret> else x
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
|
||||
Reference in New Issue
Block a user