Do not report errors on fake elements in call checkers
#KT-12875 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@ class D : C {
|
||||
{
|
||||
val s = ""
|
||||
<!INSTANCE_ACCESS_BEFORE_SUPER_CALL!>s<!>()
|
||||
""() // TODO: see KT-12875
|
||||
<!INSTANCE_ACCESS_BEFORE_SUPER_CALL!>""()<!>
|
||||
42
|
||||
}())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user