summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/object/type/class-to-string.tig
blob: 7630936b4352f79c6a503880d41dd1f9ae93478c (plain)
1
2
3
4
5
6
let
  type Entity = class {}
  var object := new Entity
in
  object := "string"
end