[NI] Don't forget to report about unresolved callable reference

This commit is contained in:
Mikhail Zarechenskiy
2018-02-14 05:41:42 +03:00
parent a3aefac111
commit 6a7a07bf9d
9 changed files with 32 additions and 20 deletions
@@ -7,5 +7,5 @@ class TestClass(var prop: Int)
open class OtherClass
fun OtherClass.test(prop: KProperty1<TestClass, Int>): Unit = throw Exception()
class OtherClass2: OtherClass() {
val result = test(TestClass::<!NI;DEBUG_INFO_MISSING_UNRESOLVED, OI;UNRESOLVED_REFERENCE!>result<!>)
val result = test(TestClass::<!UNRESOLVED_REFERENCE!>result<!>)
}