Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mjtest-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IPDSnelting
mjtest-tests
648f5714d13d60bc8aaeb1629a691afaaf6ff035
648f5714d13d60bc8aaeb1629a691afaaf6ff035
Switch branch/tag
mjtest-tests
semantic
invalid_int_as_while_condition.invali...
Find file
Normal view
History
Permalink
invalid_int_as_while_condition.invalid.mj
119 Bytes
Edit
Web IDE
Newer
Older
Add some more semantic tests
ufebl
committed
Nov 17, 2018
1
2
3
4
5
6
7
class Test {
public static void main(String[] args) {
while (1234) {
return;
}
}
}