Skip to content

Commit

Permalink
Update proposals/statics.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lukellmann <[email protected]>
  • Loading branch information
elizarov and lukellmann committed Apr 3, 2023
1 parent f484fbe commit 307374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/statics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ A static scope projection value does not have a stable identity and is internall
value class whose scope contains all the static declarations from the scope of the corresponding class.

The value of the static projection `<ClassName>.static` it the only member of its own type `<ClassName>.static`
that is a direct subtype of `Any`. The types of different static scope project are always unreleased despite
that is a direct subtype of `Any`. The types of different static scope projections are always unrelated despite
relations of the corresponding classes. For example, even if class `B` is subclass of class `A`, the `B.static` type
is not a subtype of `A.static` type.

Expand Down

0 comments on commit 307374b

Please sign in to comment.