public Void displayme(String a, Integer b, String c) { System.debug(b); System.debug(a); } displayme('arjun', 3, 'test');
Standard input is empty
Object: nil error: did not understand #Void MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254) UndefinedObject(Object)>>doesNotUnderstand: #Void (SysExcept.st:1448) UndefinedObject>>executeStatements (prog:1) Object: String error: did not understand #a MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254) String class(Object)>>doesNotUnderstand: #a (SysExcept.st:1448) UndefinedObject>>executeStatements (prog:1)
./prog:3: parse error, expected '}'