summaryrefslogtreecommitdiff
path: root/tests/annotations/deprecated-method-minimal.vala
blob: 99aba27e8c40ddb5e5f76d500979e8fd53e28d76 (plain)
1
2
3
4
5
6
[Version (deprecated = true)]
void foo () {
}

void main () {
}