Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mjtest-tests
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IPDSnelting
mjtest-tests
e3ca7e1982f24ce3434ebeed65b868319b24f41b
e3ca7e1982f24ce3434ebeed65b868319b24f41b
Switch branch/tag
mjtest-tests
semantic
array_access_on_non_array.invalid.mj
Find file
Normal view
History
Permalink
array_access_on_non_array.invalid.mj
115 Bytes
Edit
Web IDE
Newer
Older
Add some more semantic tests
e3ca7e19
ufebl
committed
Nov 17, 2018
1
2
3
4
5
6
7
class Test {
public static void main(String[] args) {
int foo = 0;
int bar = foo[12];
}
}