symphonytool / symphony

The Symphony IDE
5 stars 4 forks source link

Self not in scope in operations #186

Closed lausdahl closed 10 years ago

lausdahl commented 10 years ago

When an operation tries to return the object ref it exists within (a class) then it reports not in scope.

class S = begin
operations

  public t:()==>S
  t()== return self

end