mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 20:43:40 +00:00
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.
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
package syntaxmulti2
|
||||
|
||||
func Foo2(type) {
|
||||
}
|
||||
Reference in New Issue
Block a user