mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
Test for functional argument passing (#336)
* Test for functional argument passing
This commit is contained in:
Vendored
+2
@@ -7,3 +7,5 @@ Thing.Print: foo arg: bar
|
||||
bound method: foo
|
||||
thing inside closure: foo
|
||||
inside fp closure: foo 3
|
||||
Thing.Print: arg: functional args 1
|
||||
Thing.Print: named thing arg: functional args 2
|
||||
|
||||
Reference in New Issue
Block a user