Skip to content

Commit 1a5f825

Browse files
committed
KEEP-0444-improve-compile-time-constants: Rephrase special handling in Dokka and IntelliJ
1 parent cce70e4 commit 1a5f825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/KEEP-0444-improve-compile-time-constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In the standard library we already have all compiler evaluable functions marked
9292

9393
From now on all such marked functions will be allowed inside a constant context. This improves usability and documentation of Kotlin as users will only need to look up if a function is marked with the annotation and don't need to remember all the special cases.
9494

95-
Additionally we will add special handling in Dokka to produce a note on those functions that they can be used inside a constant kontext.
95+
Dokka and IntelliJ will add special handling for functions with the annotation to show a note that these are evaluatable.
9696

9797
### Unsigned Integers
9898

0 commit comments

Comments
 (0)