X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/3715a3f575b615f66e8ea7e57f83849e8bae4deb..17860defa84c6d8bc0e8bc088a7e09361f17db07:/test/test2.toc diff --git a/test/test2.toc b/test/test2.toc index 1447c8f..abd6bc7 100644 --- a/test/test2.toc +++ b/test/test2.toc @@ -13,6 +13,7 @@ namespace N1 { m1(i: int) : int { this->i3 = this->i1 * this->i2; + f1(); N1::f1(); return this->i1 + this->i2; @@ -21,6 +22,7 @@ namespace N1 { func f1() : void { var s1 : N1::N2::S1; + s1.m1(123); } }