Report incomplete hierarchy error for deserialized types
#KT-5129 Fixed Delete a JPS test that was specifically testing that we would not fail in this situation; now there's a compilation error
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import test.Sub
|
||||
|
||||
class SubSub : Sub()
|
||||
|
||||
fun bar() = SubSub().foo()
|
||||
Reference in New Issue
Block a user