1package foo 2 3import "path/to/pkg" 4import name "path/to/pkg" 5import . "path/to/pkg" 6import /* ERROR "expected 'STRING', found newline" */ 7import err /* ERROR "expected 'STRING', found newline" */ 8 9foo: [ 10 0 // legal JSON 11] 12 13bar: [ 14 0, 15 1, 16 2, 17 3 18]