Set reference target and report custom error instead unresolved reference for cases: interface, generic parameter, object + invoke, class without companion.

#KT-2787 Fixed.
This commit is contained in:
Stanislav Erokhin
2016-08-31 16:03:11 +03:00
parent eb6f444c19
commit bebc75c8ef
17 changed files with 338 additions and 12 deletions

View File

@@ -23,5 +23,5 @@ End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
Unresolved reference: SamInterface
Unresolved reference: SamInterface
Interface SamInterface does not have constructors
Interface SamInterface does not have constructors