Do not report errors on fake elements in call checkers

#KT-12875 Fixed
This commit is contained in:
Alexander Udalov
2016-06-29 19:52:46 +03:00
parent 95291cdc18
commit 8357f3021e
10 changed files with 28 additions and 55 deletions
@@ -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
}())