[FIR] Add NO_THIS & INSTANCE_ACCESS_BEFORE_SUPER_CALL
This commit is contained in:
Vendored
+1
-1
@@ -6,6 +6,6 @@ fun foo(i: Int, f: Int.()->Int) = i.f()
|
||||
|
||||
fun test1() {
|
||||
<!AMBIGUITY!>foo<!>(1) { ->
|
||||
this
|
||||
<!NO_THIS!>this<!>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user