Add support for protected functions
Protected function can only be called from the direct base Issue #3636
显示
- CHANGELOG.md 1 个添加, 0 个删除CHANGELOG.md
- docs/reference/src/language/syntax/functions.md 30 个添加, 5 个删除docs/reference/src/language/syntax/functions.md
- internal/compiler/langtype.rs 6 个添加, 0 个删除internal/compiler/langtype.rs
- internal/compiler/object_tree.rs 10 个添加, 0 个删除internal/compiler/object_tree.rs
- internal/compiler/parser/element.rs 6 个添加, 4 个删除internal/compiler/parser/element.rs
- internal/compiler/passes/resolving.rs 14 个添加, 4 个删除internal/compiler/passes/resolving.rs
- internal/compiler/tests/syntax/functions/function_double_qualified.slint 16 个添加, 0 个删除...er/tests/syntax/functions/function_double_qualified.slint
- internal/compiler/tests/syntax/functions/functions.slint 0 个添加, 2 个删除internal/compiler/tests/syntax/functions/functions.slint
- internal/compiler/tests/syntax/functions/functions_call.slint 52 个添加, 2 个删除...rnal/compiler/tests/syntax/functions/functions_call.slint
- internal/compiler/tests/syntax/functions/functions_purity.slint 4 个添加, 0 个删除...al/compiler/tests/syntax/functions/functions_purity.slint
- internal/compiler/typeregister.rs 3 个添加, 0 个删除internal/compiler/typeregister.rs
想要评论请 注册 或 登录