/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/cxx-api/tests/snapshots/should_handle_protocol_inheritance/snapshot.api
7 строк
158 B
Dawid Małecki
Add support for parsing protocols (#55766)
03 мар 2026, 18:45
03 мар 2026, 18:45
1620298
Код
Авторство
О чём код?
protocol RCTBaseProtocol { public virtual void baseMethod(); } protocol RCTChildProtocol : public RCTBaseProtocol { public virtual void childMethod(); }