Serialize descriptors for local/anonymous classes on JVM
Reflection needs this information to work for local classes and anonymous objects
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package a
|
||||
|
||||
fun foo() = object {
|
||||
fun bar() = ":("
|
||||
}
|
||||
Reference in New Issue
Block a user