summaryrefslogtreecommitdiff
path: root/tests/semantic/method-class-abstract.test
blob: 08df0e7e1e9648753c7cbad1f7a55da8d38149b0 (plain)
1
2
3
4
5
6
7
8
Invalid Code

class Foo {
	public abstract void foo ();
}

void main () {
}