Release 0.41.92
[vala-gnome.git] / tests / objects / bug615830-1.test
blob0283ce4b8e9645491a505a889dad668551587b05
1 Invalid Code
3 class Foo<T> {
6 class Bar<T> : Foo<T> {
9 void main (string[] args) {
10         Foo<int> f = new Bar<string> ();