summaryrefslogtreecommitdiff
path: root/tests/parser/creation-no-new.test
blob: 97f30ddfb6a6ea91430d191b300c4ec6763c2f3d (plain)
1
2
3
4
5
6
7
8
9
Invalid Code

public class Test {
	new Test () {
	}
}

void main () {
}