[FIR Completion] Enable passing tests

This commit is contained in:
Roman Golyshev
2020-10-01 13:06:45 +03:00
parent 12cd5fb43a
commit 6c79040cfb
2 changed files with 2 additions and 0 deletions
@@ -1,3 +1,4 @@
// FIR_COMPARISON
class Test(val testParam : Int) {
val x : Int get() {
val test = 12
@@ -1,3 +1,4 @@
// FIR_COMPARISON
// checks that no special item "ext1 { String, Int -> ... }" created for infix call
infix fun Int.ext1(handler: (String, Int) -> Unit){}
infix fun Int.ext2(c: Char){}