summaryrefslogtreecommitdiff
path: root/tests/bugs/nested-existential-dyndispatch.slang.expected.txt
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-07-21 22:52:27 -0700
committerGitHub <noreply@github.com>2022-07-21 22:52:27 -0700
commit73b52f6075eb8a4f674e5d66d2a6192ca71f26d3 (patch)
tree0fb7fbea8356323dcb0ac4173cf2fc97c02d3fcf /tests/bugs/nested-existential-dyndispatch.slang.expected.txt
parent91c8c3f32c4b827dedc74d2ecdfe72a3403fc357 (diff)
Allow dynamic dispatch to handle nested interface-typed fields. (#2336)
Diffstat (limited to 'tests/bugs/nested-existential-dyndispatch.slang.expected.txt')
-rw-r--r--tests/bugs/nested-existential-dyndispatch.slang.expected.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs/nested-existential-dyndispatch.slang.expected.txt b/tests/bugs/nested-existential-dyndispatch.slang.expected.txt
new file mode 100644
index 000000000..24e3a50ad
--- /dev/null
+++ b/tests/bugs/nested-existential-dyndispatch.slang.expected.txt
@@ -0,0 +1,5 @@
+type: float
+1.0
+1.0
+1.0
+1.0 \ No newline at end of file