From 110d15b61ac5d76da001d412eaa4be07f3cd8f4d Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 19 Jun 2020 11:19:51 -0700 Subject: Dynamic dispatch for static member functions of associatedtypes. (#1404) --- tests/compute/dynamic-dispatch-2.slang.expected.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/compute/dynamic-dispatch-2.slang.expected.txt (limited to 'tests/compute/dynamic-dispatch-2.slang.expected.txt') diff --git a/tests/compute/dynamic-dispatch-2.slang.expected.txt b/tests/compute/dynamic-dispatch-2.slang.expected.txt new file mode 100644 index 000000000..c9fa0697e --- /dev/null +++ b/tests/compute/dynamic-dispatch-2.slang.expected.txt @@ -0,0 +1,4 @@ +0 +1 +4 +9 -- cgit v1.2.3