diff options
| author | Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> | 2024-07-16 16:16:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 16:16:02 -0400 |
| commit | b5174b473ffb41e92b4efc844f60d7239f3322a3 (patch) | |
| tree | be80bdf9563abfa0957a04e7b0b08fe2fbdd581c /tests/compute | |
| parent | 12ecc43ae07035d951beb531058ba27bdfb9c0de (diff) | |
Fix issue with synthesized `__init` methods not getting added to witness table (#4638)
Diffstat (limited to 'tests/compute')
| -rw-r--r-- | tests/compute/assoctype-nested-lookup.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/assoctype-nested-lookup.slang b/tests/compute/assoctype-nested-lookup.slang index 518e88e25..b1ca75d49 100644 --- a/tests/compute/assoctype-nested-lookup.slang +++ b/tests/compute/assoctype-nested-lookup.slang @@ -6,7 +6,7 @@ //TEST_INPUT:ubuffer(data=[0], stride=4):out,name=outputBuffer RWStructuredBuffer<float> outputBuffer; -interface IFoo +interface IFoo : IDefaultInitializable { associatedtype Bar : IFoo; }; |
