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

public class Test {
	new ~Test () {
	}
}

void main () {
}