/* * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ typedef map Map typedef string KeyType (hs.newtype) struct X { 1: map intMap; 2: Map otherMap; 3: optional map optMap; 4: map> nestedMap; 5: list> listMap; 6: map_Y_string_2031 structMap; 7: map newtypeMap; } (hs.prefix = "") struct Y { 1: i64 y; } // The following were automatically generated and may benefit from renaming. typedef map (hs.type = "HashMap") map_Y_string_2031