Files
tinygo/testdata/errors/multi-2/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
42 B
Go

package syntaxmulti2
func Foo2(type) {
}