Release 0.41.92
[vala-gnome.git] / tests / parser / destructor-no-static-class.test
blob50f601e81348c500cb09d50782cd7f771efc5917
1 Invalid Code
3 public class Test {
4         static class ~Test () {
5         }
8 void main () {