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

public class Test {
	class construct {
	}

	class construct {
	}
}

void main () {
}