also, it’s not as though you need `::class` in ord...
# getting-started
s
also, it’s not as though you need
::class
in order to annotate types or anything. Much like how in Java you use
Foo.class
in order to get an instance of
Class<Foo>
,
FooKt::class
yields a
KClass<Foo>