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
/
objects
/
bug795225-3.test
blob
1459a23c7c5ac4aa9a292ec3eaa53172b6ab6e75
1
Invalid Code
2
3
class Foo : Object {
4
int _fub = 0;
5
6
public int bar {
7
get { return _fub; }
8
default = 42;
9
}
10
}
11
12
void main () {
13
}