summaryrefslogtreecommitdiff
path: root/Test/test1/Orderings.bpl
blob: be0502fa39c6eb8881d1946b004295ca1e99e73e (plain)
1
2
3
4
5
6
7
8

type C;

const c1:C;
const c2:C extends c1;
const c0:C extends a;         // error: parent of wrong type

const a:int;