KT-12045 J2K: creating Object() instance could be converted to Any()
#KT-12045 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun main(args: Array<String>) {
|
||||
{
|
||||
val a = Object()
|
||||
val a = Any()
|
||||
}
|
||||
Reference in New Issue
Block a user