Files
tinygo/compiler
Ayke van Laethem c248418dbe compiler: fix a few crashes due to named types
There were a few cases left where a named type would cause a crash in
the compiler. While going through enough code would have found them
eventually, I specifically looked for the `Type().(` pattern: a Type()
call that is then used in a type assert. Most of those were indeed bugs,
although for some I couldn't come up with a reproducer so I left them
as-is.
2020-05-27 16:14:41 +02:00
..
2020-04-21 08:54:39 +02:00
2020-04-21 08:54:39 +02:00
2020-04-13 16:07:35 +02:00
2020-03-25 20:17:46 +01:00
2020-03-25 20:17:46 +01:00