summaryrefslogtreecommitdiff
path: root/tests/generics/method-parameter-type-missing.test
blob: cc41978604566e025bbe172500cd9fc81781c8d8 (plain)
1
2
3
4
5
6
7
8
9
Invalid Code

delegate T FooFunc<T> ();

void foo (FooFunc f) {
}

void main () {
}