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
IPDSnelting
mjtest-tests
0514a85584af601c14936d2e3458c511fb2c60c5
0514a85584af601c14936d2e3458c511fb2c60c5
Switch branch/tag
mjtest-tests
syntax
if_empty_else_empty.mj
Find file
Normal view
History
Permalink
if_empty_else_empty.mj
89 Bytes
Edit
Web IDE
Newer
Older
Add more (mostly invalid) syntax test cases
uceme
committed
Nov 02, 2018
1
2
3
4
5
6
class Tree {
public Leafs falling(bool really) {
/* broken method */
if(autumn);else;
}
}