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
/
BCE0047-1.boo
blob
bbbae910fba3834188144053d6d764fd6def0dec
1
"""
2
BCE0047-1.boo(7,18): BCE0047: Method 'BooCompiler.Tests.DerivedClass.Method2()' cannot be overridden because it is not virtual.
3
"""
4
import
BooCompiler
.
Tests
from
BooCompiler
.
Tests
5
6
class
A
(
DerivedClass
):
7
override def
Method2
():
8
pass