summaryrefslogtreecommitdiff
path: root/tests/semantic/method-return-accessibility.test
blob: 91c3c9675407ad8b6082b099f3ead914bbf76d85 (plain)
1
2
3
4
5
6
7
8
9
10
Invalid Code

class Foo {
}

public Foo foo () {
}

void main () {
}