Files
tinygo/testdata/errors/multi-3/syntax.go
T
Ayke van Laethem 587ad68bd9 loader: report all type and syntax errors possible
Previously the loader would only report the first error. With this
change, all syntax and type errors will be reported.
2024-07-12 15:09:25 +02:00

5 lines
44 B
Go

package syntaxmulti1
func Foo1(import) {
}