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
/
class-missing-implement-property.test
blob
e958a778246928f6b2dd8f6b5bd740e60e1abcd4
1
Invalid Code
2
3
abstract class Bar {
4
public abstract string bar { get; set; }
5
}
6
7
class Foo : Bar {
8
}
9
10
void main () {
11
}