repo.or.cz
/
chuck-blob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[chuck-blob.git]
/
v2
/
test
/
p105.ck
blob
d9eef3489d0d2371f7a01870c7482a4cb65e72fa
1
// recursive pile with nonexistance super/subclass ( fail-correct )
2
3
class Pile {
4
int foo;
5
}
6
7
2 => Pile p;
8
9
<<<"success">>>;