Using kwery's fetcher: is `Type` built for fetchin...
# exposed
m
Using kwery's fetcher: is
Type
built for fetching non-optional properties?
Property.get
is defined as
(C) -> T?
, which appears to choke on non-null
T
?