summaryrefslogtreecommitdiff
path: root/tests/semantic/class-base-type-too-few-type-arguments.test
blob: 0bf4776972aab653052c8c0ff25275e184871a5e (plain)
1
2
3
4
5
6
7
8
9
10
Invalid Code

interface IFoo<G> {
}

class Foo : IFoo {
}

void main () {
}