Do not serialize constructors for anonymous objects
The only client of this data is reflection, and since anonymous objects do not have constructors in the source code, they shouldn't in reflection as well #KT-20442 Fixed
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
local final class `AnonymousObjectKt$main$1` : java.lang.Runnable
|
||||
|
||||
public constructor `AnonymousObjectKt$main$1`()
|
||||
public open override /*1*/ fun run(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user