Don't load Object as a supertype for Java classes
#KT-4890 In Progress #KT-5002 Fixed
This commit is contained in:
@@ -15,7 +15,6 @@ public class Y extends X<A> {
|
||||
// FILE: test.kt
|
||||
|
||||
fun main() {
|
||||
Y().foo()<!UNSAFE_CALL!>.<!>wait()
|
||||
Y().foo()<!UNSAFE_CALL!>.<!>hashCode()
|
||||
Y().bar(null)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user