summaryrefslogtreecommitdiff
path: root/tests/objects/sealed-abstract-class.test
blob: 337820a0487ad9f6a180017cc87b3e64def4b538 (plain)
1
2
3
4
5
6
7
Invalid Code

sealed abstract class Foo {
}

void main () {
}