Raw File
robustness-5.slang
//TEST:LANG_SERVER:
//
//Broken syntax
//HOVER:9,11

__attributeTarget(StructDecl)
attribute_syntax [MyAttribute(name:String)];
[MyAttribute]
struct MyStruct
{
    int a = 5;
    
}
back to top