Main.java:1: class Test is public, should be declared in a file named Test.java
public class Test {
^
Main.java:11: non-static variable a cannot be referenced from a static context
int c = t.calcSum(a, b);
^
Main.java:11: non-static variable b cannot be referenced from a static context
int c = t.calcSum(a, b);
^
3 errors