feat: added support for invoke static
This commit is contained in:
@@ -3,7 +3,7 @@ package testclass;
|
||||
public class Test {
|
||||
String testfield;
|
||||
public static int otherField;
|
||||
public static void Main(String[] args) {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user