If I have the type `Injector.() -> Page`, how d...
# announcements
b
If I have the type
Injector.() -> Page
, how do I specify a literal for that?
Actually, this is the wrong question. The real question: how do I specify a literal so that the type
Injector.() -> Page
can be inferred?