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
/
parameter-accessibility.test
blob
3bfbeb358b31b7622c9959e47f4b48eff62ec616
1
Invalid Code
2
3
class Foo {
4
}
5
6
public void foo (Foo arg) {
7
}
8
9
void main () {
10
}