]> git.draconx.ca Git - gob-dx.git/blobdiff - src/test.gob
Release 1.0.5
[gob-dx.git] / src / test.gob
index 17a824487aadf15220fb381d9ee7375eaa383c9f..36fe62b1f94bc876903248163234dacee4244bc0 100644 (file)
@@ -383,6 +383,18 @@ class Gtk:Weird:Button from Gtk:Button {
        public const gchar * const t17;
        public const gchar t18;
 
+       /* testing method with no arguments */
+       public void method_with_no_arguments (void)
+       {
+               /* FOO */
+       }
+
+       /* testing calling the above method */
+       public void foo (self) {
+               method_with_no_arguments ();
+       }
+
+
        /* testing empty statements */
        ;
        ;