modelAccessInheritedProtectedCompInvalid
Extends from Icons.TestCase, M.
Information
Checks that it's not valid to access a protected component via dot-notation, even if it has been inherited with an extends. I.e. accessing M.x should be forbidden, even though the protected component x has been inherited through the extends.Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | M.x |
Contents
| Name | Description |
|---|---|
| M |