KT-12045 J2K: creating Object() instance could be converted to Any()
#KT-12045 Fixed
This commit is contained in:
@@ -103,7 +103,7 @@ internal class A {
|
||||
true.toString()
|
||||
1.11f.toString()
|
||||
3.14.toString()
|
||||
Object().toString()
|
||||
Any().toString()
|
||||
|
||||
String.format(Locale.FRENCH, "Je ne mange pas %d jours", 6)
|
||||
String.format("Operation completed with %s", "success")
|
||||
|
||||
Reference in New Issue
Block a user