Set reference target and report custom error instead unresolved reference for cases: interface, generic parameter, object + invoke, class without companion.
#KT-2787 Fixed.
Original commit: bebc75c8ef
This commit is contained in:
+4
-4
@@ -52,10 +52,10 @@ Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
This class does not have a constructor
|
||||
Unresolved reference: A
|
||||
Unresolved reference: A
|
||||
Unresolved reference: A
|
||||
Unresolved reference: A
|
||||
Interface A does not have constructors
|
||||
Interface A does not have constructors
|
||||
Interface A does not have constructors
|
||||
Interface A does not have constructors
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
|
||||
+2
-2
@@ -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
|
||||
Reference in New Issue
Block a user