ah that might work, would that be any different th...
# announcements
b
ah that might work, would that be any different than a default argument:
class SomeClass(val field: Iface = create() )
(assuming
create()
isn't an instance method)