MyConst */ <<__Memoize>> public static function MyConst()[write_props]: \ConstMap{ return ImmMap { "ENUMERATOR" => "enum", "CONST" => "const", }; } public static function getAllStructuredAnnotations()[write_props]: dict> { return dict[ 'MyConst' => dict[ '\test\fixtures\basic-structured-annotations\structured_annotation_inline' => \test\fixtures\basic-structured-annotations\structured_annotation_inline::fromShape( shape( "name" => "MyHackEnum", ) ), ], ]; } }