mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 07:23:39 +00:00
compiler: implement deferring of interface calls
This commit is contained in:
Vendored
+1
@@ -1,5 +1,6 @@
|
||||
hello from function pointer: 5
|
||||
deferring...
|
||||
Thing.Print: foo arg: bar
|
||||
...run as defer 3
|
||||
...run closure deferred: 4
|
||||
...run as defer 1
|
||||
|
||||
Reference in New Issue
Block a user