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

public class Test {
	static class construct {
	}
}

void main () {
}