https://kotlinlang.org logo
#reflect
Title
# reflect
d

Dariusz Kuc

09/12/2019, 6:20 PM
hello, does anyone know whether this change was intentional? Java 8 + Kotlin 1.3.31 ->
println({}::class.simpleName)
->
null
Java 8 + Kotlin 1.3.40+ -> automatically generates numeric names
"1"
(and increments it for subsequent anonymous classes) Java 11 ->
null
1
3 Views