hello, does anyone know whether this change was in...
# reflect
d
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