Darryl Miles
05/16/2024, 7:40 PM/** private **/ fun methodName()
to at least document the programmers intention, even if the language forcing something else.Darryl Miles
05/17/2024, 2:31 PMprivate final methodName$default() { methodName(defaultValueConstant) }