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
/
control-semantic
/
member-readonly.test
blob
13fbcab2c55be94acc06646a7509fe3279752683
1
Invalid Code
2
3
class Foo {
4
public string foo {
5
get {
6
return "bar";
7
}
8
}
9
}
10
11
void main () {
12
var foo = new Foo () {
13
foo = "foo"
14
};
15
}