repo.or.cz
/
boo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BOO-996, BOO-995: Added "then" keyword to replace "else" semantic in looping construc...
[boo.git]
/
tests
/
testcases
/
ducky
/
method-dispatch-10.boo
blob
0d760286eb15c9551ad1cb0e6577bd9b88860aec
1
"""
2
42
3
"""
4
class
Foo
:
5
static def
bar
():
6
return
42
7
8
9
f
as
duck
=
Foo
()
10
print
f
.
bar
()