My understanding is that the `object {}` would nev...
# suitescript
r
My understanding is that the
object {}
would never be GC-ed, whereas the generated
LogHelperKt
is a
public final class
with no objects, which theoretically does not need any GC
e
let me know if you find it