Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
uydwl
mjtest-tests
3a18bd04f0e94212970891bcce250d382c016179
3a18bd04f0e94212970891bcce250d382c016179
Switch branch/tag
mjtest-tests
semantic
invalid_null_integer_return.invalid.mj
Find file
Normal view
History
Permalink
invalid_null_integer_return.invalid.mj
118 Bytes
Newer
Older
Even more semantic tests
ufebl
committed
Nov 18, 2018
1
2
3
4
5
6
7
8
class Test {
public static void main(String[] args) {
}
public int test() {
return null;
}
}