fork download
  1. public class demo{
  2. demo(){
  3. System.debug('hi');
  4. }
  5. }
  6.  
Success #stdin #stdout #stderr 0.01s 9020KB
stdin
Standard input is empty
stdout
Object: UndefinedObject error: did not understand #demo
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
UndefinedObject class(Object)>>doesNotUnderstand: #demo (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:1)
stderr
./prog:2: parse error, expected '}'