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
5d74b88fa15f06fd05123003b7059e8997483eb6
5d74b88fa15f06fd05123003b7059e8997483eb6
Switch branch/tag
mjtest-tests
syntax
main_string_array_expression.invalid.mj
Find file
Normal view
History
Permalink
main_string_array_expression.invalid.mj
53 Bytes
Edit
Web IDE
Newer
Older
Add more (mostly invalid) syntax test cases
uceme
committed
Nov 02, 2018
1
2
3
class box {
public static void method(String[5]a){}
}