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
uymgg
mjtest-tests
9d72dec944da7bf6595fd2512f715f0668ed2d7d
9d72dec944da7bf6595fd2512f715f0668ed2d7d
Switch branch/tag
mjtest-tests
lexer
nestedClass.mj
Find file
Normal view
History
Permalink
nestedClass.mj
165 Bytes
Edit
Web IDE
Newer
Older
Add lexer tests from group 1.
thomas
committed
Oct 24, 2018
1
2
3
4
5
6
7
8
9
10
class class1 {
class class2 {
class class3 {
class class4 {
class class5 {
}
}
}
}
}