KT-2744 Unneeded error message when the only super type is not resolved
#KT-2744 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class X : <!UNRESOLVED_REFERENCE!>S<!>
|
||||
|
||||
fun f(<!UNUSED_PARAMETER!>l<!>: List<X>) {}
|
||||
Reference in New Issue
Block a user