pajatopmr
02/05/2021, 3:13 PMpajatopmr
02/05/2021, 3:21 PMinterface Foo { foo: SealedFoo? }
with StringFoo(value: String) : SealedFoo and IntegerFoo(value: Int) : SealedFoo but maybe there is something better.Big Chungus
02/05/2021, 3:28 PMpajatopmr
02/05/2021, 3:44 PMfoo: Any? with Int and String getting registered using @Contextual but I don't grok that yet.pajatopmr
02/05/2021, 3:57 PM