summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/object/bind/missing-super-class.tig
blob: f36f54ed1b488668a815831f18b1bbc55812d9f0 (plain)
1
2
3
4
5
let
  /* Super class doesn't exist.  */
  class Z extends Ghost {}
in
end