repo.or.cz
/
vala-gnome.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 0.41.92
[vala-gnome.git]
/
tests
/
semantic
/
method-private-virtual.test
blob
956ca34d08bec2ceeed9c53847621217d22d4d4d
1
Invalid Code
2
3
class Foo {
4
virtual void foo () {
5
}
6
}
7
8
void main () {
9
}