FIR: Fix exception caused by empty supertypes of java.lang.Object
This commit is contained in:
committed by
TeamCityServer
parent
7eb0fd4762
commit
9d9f191f51
@@ -0,0 +1,8 @@
|
||||
class A
|
||||
|
||||
fun foo(): A? = null
|
||||
|
||||
fun main() {
|
||||
val w = foo() ?: java.lang.Object()
|
||||
w.hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user