public class FirstClass { public static void myMethod(){ integer a; a=5; System.debug(a); } }
Standard input is empty
Object: UndefinedObject error: did not understand #FirstClass MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254) UndefinedObject class(Object)>>doesNotUnderstand: #FirstClass (SysExcept.st:1448) UndefinedObject>>executeStatements (prog:1)
./prog:2: parse error, expected '}'