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
b8ef4af22915d9c4a3748744db0a0147537520ae
b8ef4af22915d9c4a3748744db0a0147537520ae
Switch branch/tag
mjtest-tests
semantic
assign_system_out.invalid.mj
Find file
Normal view
History
Permalink
assign_system_out.invalid.mj
98 Bytes
Edit
Web IDE
Newer
Older
Add more test cases
Christian Schnorr
committed
Nov 16, 2018
1
2
3
4
5
class Main {
public static void main(String[] arguments) {
System.out = null;
}
}