summaryrefslogtreecommitdiff
path: root/tests/parser/method-no-class-override.test
blob: ff8eebf36b0429da3bb10b963712f5ddfc3d23d4 (plain)
1
2
3
4
5
6
7
8
9
Invalid Code

public class Test {
	class override void test () {
	}
}

void main () {
}