gotyno-hs-1.1.0: test/examples/applyingNonGeneric.gotyno
struct NotGeneric {
field: String
}
struct UsingNotGeneric {
field: NotGeneric<String>
}struct NotGeneric {
field: String
}
struct UsingNotGeneric {
field: NotGeneric<String>
}