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
gtk+-4.0: Change type of Gdk.Key.* constants to uint
[vala-gnome.git]
/
tests
/
semantic
/
class-too-many-type-arguments.test
blob
55674b32d08f91c71f4a23f4eb4923b12803147c
1
Invalid Code
2
3
class Foo {
4
}
5
6
void main () {
7
var foo = new Foo<string> ();
8
}