mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-03-18 21:10:07 +00:00
Made super mandatory. Everything extends Object
This commit is contained in:
20
resources/Types/testType8.rosetta
Normal file
20
resources/Types/testType8.rosetta
Normal file
@@ -0,0 +1,20 @@
|
||||
type A: <"description">
|
||||
a int (1..1) <"A">
|
||||
|
||||
type B extending A: <"description">
|
||||
b int (1..1) <"B">
|
||||
|
||||
type C extending A: <"description">
|
||||
c int (1..1) <"C">
|
||||
|
||||
type D extending B: <"description">
|
||||
d int (1..1) <"D">
|
||||
|
||||
type F extending B: <"description">
|
||||
f int (1..1) <"F">
|
||||
|
||||
type G extending C: <"description">
|
||||
g int (1..1) <"G">
|
||||
|
||||
type H extending C: <"description">
|
||||
h int (1..1) <"H">
|
||||
Reference in New Issue
Block a user