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
tests: Add "gtktemplate" test to increase coverage
[vala-gnome.git]
/
tests
/
semantic
/
class-missing-implement-interface-method.test
blob
1d20e84a7025daae439a81ea8fe3f7b2a48da40d
1
Invalid Code
2
3
interface Bar {
4
public abstract void bar ();
5
}
6
7
class Foo : Bar {
8
}
9
10
void main () {
11
}