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
vapi: Update GIR-based bindings
[vala-gnome.git]
/
tests
/
chainup
/
no-chainup.vala
blob
d164bb3cd83203046f62ceba1c154e1b314a0495
1
public class
Foo
{
2
int
i
;
3
public
Foo
() {
4
i
=
0
;
5
}
6
7
public
Foo
.
foo
() {
8
SourceFunc f
= () =>
true
;
9
f
();
10
}
11
}
12
13
public struct
Bar
{
14
int
i
;
15
public
Bar
() {
16
i
=
0
;
17
}
18
}
19
20
void
main
() {
21
}