summaryrefslogtreecommitdiff
path: root/tests/semantic/class-compact-interface.test
blob: 46de90510b28b525007820c55ec9cebe84c7a831 (plain)
1
2
3
4
5
6
7
8
9
10
11
Invalid Code

interface Bar {
}

[Compact]
class Foo : Bar {
}

void main () {
}