mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-25 06:49:04 +00:00
examples/test: small cleanup
I forgot to remove some commented out code...
This commit is contained in:
@@ -77,7 +77,7 @@ func main() {
|
|||||||
testDefer()
|
testDefer()
|
||||||
testBound(thing.String)
|
testBound(thing.String)
|
||||||
func() {
|
func() {
|
||||||
println("thing inside closure:", thing.String()) //, len(foo))
|
println("thing inside closure:", thing.String())
|
||||||
}()
|
}()
|
||||||
runFunc(func(i int) {
|
runFunc(func(i int) {
|
||||||
println("inside fp closure:", thing.String(), i)
|
println("inside fp closure:", thing.String(), i)
|
||||||
|
|||||||
Reference in New Issue
Block a user