gotyno-hs-1.1.0: test/examples/notApplyingEnoughGenericTypes.gotyno
union GenericUnion <T, U>{
One: T
Two: U
}
struct UsingGeneric {
field: GenericUnion<String>
}union GenericUnion <T, U>{
One: T
Two: U
}
struct UsingGeneric {
field: GenericUnion<String>
}