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
/
property-initializer-type.test
blob
201fc58e67808795b847ca8bcf718c21e6514f64
1
Invalid Code
2
3
public class Foo {
4
public string foo { get; set; default = 23; }
5
}
6
7
void main () {
8
}