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
vala: Allow read-only properties
[vala-gnome.git]
/
tests
/
structs
/
bug658048.vala
blob
dda3b0ee35f43ed13c7bb85de2073e500a6670ff
1
void
main
() {
2
Value a
=
10
;
3
bool
res
=
a
==
a
;
4
}