KT-12045 J2K: creating Object() instance could be converted to Any()
#KT-12045 Fixed
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
internal object Outer {
|
||||
var o: Any? = Object()
|
||||
var o: Any? = Any()
|
||||
|
||||
class Nested {
|
||||
fun foo() {
|
||||
|
||||
Reference in New Issue
Block a user