Release 0.41.92
[vala-gnome.git] / tests / semantic / method-precondition.test
blob019740ddf2ff5b63dcb6bd2761db45aca8afaaf3
1 Invalid Code
3 void foo (int i) requires (i) {
6 void main () {