Files
tinygo/compiler/testdata
Ayke van Laethem 70c52ef1b4 compiler: fix type names for generic named structs
Without this change, the compiler would probably have worked just fine
but the generated types would look odd.

You can see in the test case that it now doesn't use `main.Point` but
rather the correct `main.Poin[float32]` etc.
2022-07-28 15:43:51 +02:00
..
2021-04-12 12:07:42 +02:00
2022-01-19 14:42:02 -05:00
2021-01-15 14:43:43 +01:00