Skip to content

Conversation

@Yoorkin
Copy link
Collaborator

@Yoorkin Yoorkin commented Nov 24, 2025

No description provided.

@Yoorkin Yoorkin marked this pull request as draft November 25, 2025 05:32
## Visibility Attribute

```{note}
This topic does not covered the access control. To lean more about `pub`, `pub(all)` and `priv`, see [Access Control](./packages.md#access-control).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This topic does not covered the access control. To lean more about `pub`, `pub(all)` and `priv`, see [Access Control](./packages.md#access-control).
This topic does not covered the access control. To learn more about `pub`, `pub(all)` and `priv`, see [Access Control](./packages.md#access-control).

:class: top-level
#label_migration(x, fill=true)
#label_migration(y, fill=false)
fn f(x~: Int = 0, y~: Int = 1) -> Unit { ... }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
fn f(x~: Int = 0, y~: Int = 1) -> Unit { ... }
fn f(x?: Int = 0, y?: Int = 1) -> Unit { ... }

Comment on lines +256 to +257


Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants