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-invalid-assignment.test
blob
d9f41f4081393c7448bd6698cd6583392d1c39e7
1
Invalid Code
2
3
string get_foo () {
4
return "foo";
5
}
6
7
unowned string field;
8
9
void main () {
10
field = get_foo ();
11
}