summaryrefslogtreecommitdiff
path: root/tests/parser/constructor-static-exists.test
blob: 444905cf7569e393f8512b11d850e39ad9ef1263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Invalid Code

public class Test {
	static construct {
	}

	static construct {
	}
}

void main () {
}