This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
81dd7a7412f874c525e1f61ab5a0a9933b59fe49
wren
/
test
/
class
/
newline_after_static.wren
T
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move newline handling down into parser.
2014-04-04 07:51:18 -07:00
class Foo {
static // expect error
method {} // expect error
}
// The second error is cascaded.
Reference in New Issue
Copy Permalink