mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
testdata: add better tests for struct expanding
This commit is contained in:
Vendored
+3
@@ -29,6 +29,9 @@ func main() {
|
||||
// print float64
|
||||
println(3.14)
|
||||
|
||||
// print interface
|
||||
println(interface{}(nil))
|
||||
|
||||
// print map
|
||||
println(map[string]int{"three": 3, "five": 5})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user