unfortunatelly I do not understand generated byte ...
# announcements
p
unfortunatelly I do not understand generated byte code
Copy code
val test11 = Test1()
produce something like this
Copy code
private static final Test1 test11 = new Test1((Function0)null, 1, (DefaultConstructorMarker)null);
and finally as a lambda is passed something like this
Copy code
var1 = (Function0)null.INSTANCE;