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

public class Test {
	static class int i;
}

void main () {
}