forked from Mirror/wren
Run examples as tests. Would have prevented #266
This commit is contained in:
@ -90,8 +90,8 @@ class ReservedWords is SyntaxExample {
|
||||
}
|
||||
|
||||
// `foreign`, `static`
|
||||
foreign static bar
|
||||
foreign baz(string)
|
||||
// foreign static bar
|
||||
// foreign baz(string)
|
||||
// (Remove lines above to make this file compile)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user