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

public class Test {
	construct {
	}

	construct {
	}
}

void main () {
}