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
/
BCE0022-2.boo
blob
727977e182406377a1dde41540d31002a36767a4
1
"""
2
BCE0022-2.boo(7,20): BCE0022: Cannot convert 'int' to 'string'.
3
"""
4
class
Person
:
5
Name
as
string
:
6
get
:
7
return
3
8