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

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

void main () {
}