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

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

void main () {
}