fix fe1.0 plugin testdata
This commit is contained in:
committed by
teamcityserver
parent
2c18406632
commit
b18d4af37b
+1
@@ -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 */
|
||||||
|
|||||||
+1
@@ -4,3 +4,4 @@ fun foo(f: () -> String) {
|
|||||||
""<caret>
|
""<caret>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* IGNORE_FIR */
|
||||||
|
|||||||
+1
@@ -10,3 +10,4 @@ fun foo() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* IGNORE_FIR */
|
||||||
|
|||||||
Reference in New Issue
Block a user