/
George_Smith
/
RuSTy
Обзор
Документация
Войти
/
George_Smith
/
RuSTy
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
Peter
src/codegen/tests.rs
24 строки
559 B
Volkan Sagcan
feat: Polymorphism (Classes and Function Blocks) (#1493)
24 сен 2025, 18:47
Не верифицирован
24 сен 2025, 18:47
b7338a1
Код
Авторство
О чём код?
// Copyright (c) 2020 Ghaith Hachem and Mathias Rieder mod address_tests; mod code_gen_tests; mod codegen_error_messages_tests; mod compare_instructions_tests; mod constants_tests; mod debug_tests; mod directaccess_test; mod expression_tests; mod fnptr; mod function_tests; mod generics_test; mod initialization_test; mod multifile_codegen_tests; mod online_change_tests; mod oop_tests; mod parameters_tests; mod polymorphism; mod statement_codegen_test; mod string_tests; #[cfg(feature = "verify")] mod switch_case_tests; mod typesystem_test; mod vla_tests;