Release 0.41.92
[vala-gnome.git] / tests / parser / unsupported-property-throws.test
blob35a8bfebcd6d5f3b4c073bfe4e39c2233ab6b771
1 Invalid Code
3 public class Test {
4         public int i throws int { get; set; }
7 void main () {