Revision e6dc9a9eed58bdfd9c6f4016864acfe60381f927 authored by Yong He on 27 October 2022, 20:08:45 UTC, committed by GitHub on 27 October 2022, 20:08:45 UTC
1 parent 79af29a
Raw File
vector-member.slang
//TEST:LANG_SERVER:
void f()
{
    float4 v;
//COMPLETE:6,7
    v.
}
back to top