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
/
parser
/
unsupported-property-throws.test
blob
35a8bfebcd6d5f3b4c073bfe4e39c2233ab6b771
1
Invalid Code
2
3
public class Test {
4
public int i throws int { get; set; }
5
}
6
7
void main () {
8
}