diff options
| author | Yong He <yonghe@outlook.com> | 2023-04-12 22:58:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-12 22:58:22 -0700 |
| commit | ca7bf79df3a3f5f4494912cb0572c36662755b9d (patch) | |
| tree | 64b14034326be8285c0265e74ad3ed11e29ff062 /tests/ir/dynamic-generic-method-specialize.slang.expected.txt | |
| parent | 12ec9b832fc74faba7162e54e04f7f48878ea88e (diff) | |
Combine lookupWitness lowering with specialization. (#2794)
Diffstat (limited to 'tests/ir/dynamic-generic-method-specialize.slang.expected.txt')
| -rw-r--r-- | tests/ir/dynamic-generic-method-specialize.slang.expected.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ir/dynamic-generic-method-specialize.slang.expected.txt b/tests/ir/dynamic-generic-method-specialize.slang.expected.txt new file mode 100644 index 000000000..0bc25648a --- /dev/null +++ b/tests/ir/dynamic-generic-method-specialize.slang.expected.txt @@ -0,0 +1,2 @@ +type: float +10.0
\ No newline at end of file |
