Philip Fryklund
Results
1
issues of
Philip Fryklund
When building code for `TypeReference.newInstance/Named` and the type had `isNullable = true` the resulting code becomes `Foo?.namedConstructor()` which for my use case was not what I wanted. Here is my...