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