Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Inheritance-Single/Self/inheritance-single-1.self
Normal file
1
Task/Inheritance-Single/Self/inheritance-single-1.self
Normal file
|
|
@ -0,0 +1 @@
|
|||
animal = ()
|
||||
1
Task/Inheritance-Single/Self/inheritance-single-2.self
Normal file
1
Task/Inheritance-Single/Self/inheritance-single-2.self
Normal file
|
|
@ -0,0 +1 @@
|
|||
dog = (| parent* = animal |)
|
||||
1
Task/Inheritance-Single/Self/inheritance-single-3.self
Normal file
1
Task/Inheritance-Single/Self/inheritance-single-3.self
Normal file
|
|
@ -0,0 +1 @@
|
|||
cat = (| parent* = animal |)
|
||||
1
Task/Inheritance-Single/Self/inheritance-single-4.self
Normal file
1
Task/Inheritance-Single/Self/inheritance-single-4.self
Normal file
|
|
@ -0,0 +1 @@
|
|||
lab = (| parent* = dog |)
|
||||
1
Task/Inheritance-Single/Self/inheritance-single-5.self
Normal file
1
Task/Inheritance-Single/Self/inheritance-single-5.self
Normal file
|
|
@ -0,0 +1 @@
|
|||
collie = (| parent* = dog |)
|
||||
Loading…
Add table
Add a link
Reference in a new issue