summaryrefslogtreecommitdiff
path: root/tests/parser/member-initializer-empty.vala
blob: 732503bf2e723218ebf705c2458992ed900d9b72 (plain)
1
2
3
4
5
6
7
class Foo {
	public int i;
}

void main () {
	var foo = new Foo () {};
}