summaryrefslogtreecommitdiff
path: root/tests/methods/bug643088.test
blob: 7db9be92cb8e5f2663b01752b5490c92bc5b9807 (plain)
1
2
3
4
5
6
7
8
Invalid Code

class Foo {
	public abstract void bar (int p, ...);
}

void main () {
}