Files
tinygo/compiler
Ayke van Laethem 0596b3c003 compiler: add support for anonymous type asserts
This is used for example by the errors package, which contains:

    if x, ok := err.(interface{ As(interface{}) bool }); ok && x.As(target) {
        return true
    }

The interface here is not a named type.
2020-03-29 08:39:07 +02:00
..
2020-03-28 21:55:12 +01:00
2020-03-25 20:17:46 +01:00
2020-03-25 20:17:46 +01:00
2020-03-25 20:17:46 +01:00