Skip to content

Commit ad9b3d6

Browse files
author
Roman Venediktov
committed
KEEP-0430: Changed restriction for inline functions from private to non-Public-API
1 parent 9c948ff commit ad9b3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/KEEP-0430-explicit-backing-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Implementation may optimize this call by using the backing field directly.
153153

154154
### Call from inline functions
155155

156-
Automatic smart cast on properties with EBF is disabled inside `public`, `internal` and `protected` inline functions.
156+
Automatic smart cast on properties with EBF is disabled inside Public-API inline functions (with `public` and `protected` visibility).
157157

158158
### Restrictions on a property with an explicit backing field
159159

0 commit comments

Comments
 (0)