mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +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()
|
||||
testBound(thing.String)
|
||||
func() {
|
||||
println("thing inside closure:", thing.String()) //, len(foo))
|
||||
println("thing inside closure:", thing.String())
|
||||
}()
|
||||
runFunc(func(i int) {
|
||||
println("inside fp closure:", thing.String(), i)
|
||||
|
||||
Reference in New Issue
Block a user