mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
compiler: fix crash on type assert on interfaces with no methods
This commit is contained in:
Vendored
+1
@@ -27,3 +27,4 @@ slept 1ms
|
||||
type is int
|
||||
type is *int
|
||||
type is **int
|
||||
x is 5
|
||||
|
||||
Reference in New Issue
Block a user