summaryrefslogtreecommitdiff
path: root/tests/semantic/class-base-type-invalid.test
blob: 4f8826f3f040fcab40f7063a35e616111e36c756 (plain)
1
2
3
4
5
6
7
8
9
10
11
Invalid Code

struct Bar {
	public int i;
}

class Foo : Bar {
}

void main () {
}