KT-12045 J2K: creating Object() instance could be converted to Any()
#KT-12045 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
internal class C {
|
||||
fun foo() {
|
||||
val o1 = object : Any() {
|
||||
|
||||
}
|
||||
val o2 = Any()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user