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
/
field-compact-static.test
blob
353221b8a88e01e0ef8a324f688523b458e3c045
1
Invalid Code
2
3
[Compact]
4
class Foo {
5
public static string field = get_foo ();
6
}
7
8
string get_foo () {
9
return "foo";
10
}
11
12
void main () {
13
}