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
gtk+-4.0: Change type of Gdk.Key.* constants to uint
[vala-gnome.git]
/
tests
/
semantic
/
method-private-abstract.test
blob
27ae82c3b9f08c86e52b73bb4a825bc47dde821f
1
Invalid Code
2
3
abstract class Foo {
4
abstract void foo ();
5
}
6
7
void main () {
8
}