summaryrefslogtreecommitdiff
path: root/tests/objects/property-interface-invalid-name.test
blob: e23273d49f6df1569a35f76f41487ca00bbc4d8e (plain)
1
2
3
4
5
6
7
8
Invalid Code

interface IFoo : Object {
	public abstract string _foo { get; set; }
}

void main () {
}