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