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

abstract class Foo {
	abstract void foo ();
}

void main () {
}