Skip to content

Commit

Permalink
Fix typo (#256)
Browse files Browse the repository at this point in the history
Correct the conclusion text in the type mapping section - inline classes over not-null reference types.
  • Loading branch information
vincentlauvlwj authored May 26, 2021
1 parent 497c861 commit 52e66ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/inline-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ can hold `null` values on JVM and can be safely used as a mapped type.

So,
- not-null inline class types over reference types are mapped directly to the underlying reference type
- not-null inline class types over not-null reference types are mapped directly to the underlying reference type
- nullable inline class types over not-null reference types are mapped directly to the underlying reference type

##### Inline classes over nullable reference types

Expand Down

0 comments on commit 52e66ce

Please sign in to comment.