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
/
property-abstract.test
blob
41fc955c0b7527e8b39bd2c14f2ec5bad7f4907f
1
Invalid Code
2
3
class Bar {
4
public abstract string foo { get; }
5
}
6
7
void main () {
8
}