Release 0.41.92
[vala-gnome.git] / tests / semantic / property-initializer-type.test
blob201fc58e67808795b847ca8bcf718c21e6514f64
1 Invalid Code
3 public class Foo {
4         public string foo { get; set; default = 23; }
7 void main () {