Don't issue error incorrectly with forward decl. of exported function.
Issue #281.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Illegal to have "export" function with same name as previously declared function
|
||||
// Illegal to provide "export" qualifier for functions with the same name but different types
|
||||
|
||||
export void foo() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user