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
adac08969c13dbcaf429cfdd42279e8713465bfa
adac08969c13dbcaf429cfdd42279e8713465bfa
Switch branch/tag
mjtest-tests
syntax
method_not_public.invalid.mj
Find file
Normal view
History
Permalink
method_not_public.invalid.mj
103 Bytes
Edit
Web IDE
Newer
Older
Add parser testcases
uwgwb
committed
Nov 01, 2018
1
2
3
4
5
6
7
8
class TopSecret {
public int solution = 0;
int actualSolution() {
return 42;
}
}