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
f4953a460fb894ace909fd35b5ba2322381c9f76
f4953a460fb894ace909fd35b5ba2322381c9f76
Switch branch/tag
mjtest-tests
semantic
read_useReturnValue.invalid.mj
Find file
Normal view
History
Permalink
read_useReturnValue.invalid.mj
95 Bytes
Edit
Web IDE
Newer
Older
group6 exec test cases.
f4953a46
Johannes Bucher
committed
Nov 30, 2018
1
2
3
4
5
class Foo {
public static void main(String[] args) {
boolean a = System.in.read();
}
}