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
74f3f8959e1c02216bf67d610acc8f3955c3d4ee
74f3f8959e1c02216bf67d610acc8f3955c3d4ee
Switch branch/tag
mjtest-tests
semantic
bool_int.invalid.mj
Find file
Normal view
History
Permalink
bool_int.invalid.mj
92 Bytes
Edit
Web IDE
Newer
Older
Group 5: Semantic test cases
9c3fc1af
uwgwb
committed
Nov 16, 2018
1
2
3
4
5
class IntBool {
public static void main(String[] args) {
boolean x = 0;
}
}