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
Correct resolution of inherited default members on external interfaces
[boo.git]
/
tests
/
testcases
/
errors
/
BCE0096-1.boo
blob
840a2927d833112f05c661aeafc31a99dd45a7b2
1
"""
2
BCE0096-1.boo(7,9): BCE0096: Method 'Foo.Bar' already has a label 'label'.
3
"""
4
class
Foo
:
5
def
Bar
():
6
:
label
7
:
label
8
9
:
label