/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/cxx-api/tests/snapshots/should_handle_enum_class/test.h
17 строк
285 B
Jakub Piasecki
Handle enums in C++ API snapshot (#55691)
25 фев 2026, 12:12
25 фев 2026, 12:12
e69c08b
Код
Авторство
О чём код?
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once namespace test { enum class Enum { Value1, Value2, }; } // namespace test