From 21952240e9a785713351ca336e11df498480f905 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Sun, 9 Dec 2018 18:57:17 +0100 Subject: Tests --- tests/pracownia2/ok/008_fetch_fetch.xi | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/pracownia2/ok/008_fetch_fetch.xi (limited to 'tests/pracownia2/ok/008_fetch_fetch.xi') diff --git a/tests/pracownia2/ok/008_fetch_fetch.xi b/tests/pracownia2/ok/008_fetch_fetch.xi new file mode 100644 index 0000000..ad01d39 --- /dev/null +++ b/tests/pracownia2/ok/008_fetch_fetch.xi @@ -0,0 +1,7 @@ +test(x:int[][]):int +{ + return x[1][2] +} +//@PRACOWNIA +//@stop_after typechecker + -- cgit 1.4.1