methods with default parameters have a fairly stra...
# announcements
m
methods with default parameters have a fairly straightforward compilation, however, the final parameter (that would be
kotlin.jvm.internal.DefaultConstructorMarker
for constructors) is always
java.lang.Object
for methods. this param is not used, and as far as I can tell, is not necessary given the
$default
suffix appended to the method name.