KT-2744 Unneeded error message when the only super type is not resolved

#KT-2744 Fixed
This commit is contained in:
Natalia.Ukhorskaya
2012-09-11 15:17:13 +04:00
parent 8c87d31212
commit 199f10034b
5 changed files with 39 additions and 20 deletions
@@ -0,0 +1,3 @@
class X : <!UNRESOLVED_REFERENCE!>S<!>
fun f(<!UNUSED_PARAMETER!>l<!>: List<X>) {}