Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
uqdwn
mjtest-tests
0366c8b42bfa139be4d0e8f2f47e5a3c78139951
0366c8b42bfa139be4d0e8f2f47e5a3c78139951
Switch branch/tag
mjtest-tests
syntax
if_else_empty.mj
Find file
Normal view
History
Permalink
if_else_empty.mj
54 Bytes
Edit
Web IDE
Newer
Older
Add more (mostly invalid) syntax test cases
uceme
committed
Nov 02, 2018
1
2
3
4
5
class Hi {
public Hello Hey() {
if(angry) {} else;
}
}