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
eac1252a09ba2ce59bbbc7c546dd1578a96540ab
eac1252a09ba2ce59bbbc7c546dd1578a96540ab
Switch branch/tag
mjtest-tests
semantic
illegal_access_of_nonstatic_method.in...
Find file
Normal view
History
Permalink
illegal_access_of_nonstatic_method.invalid.mj
112 Bytes
Edit
Web IDE
Newer
Older
Add some more semantic tests
ufebl
committed
Nov 17, 2018
1
2
3
4
5
6
7
8
class Test {
public static void main(String[] args) {
foo();
}
public void foo() {
}
}