You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposals/KEEP-0444-improve-compile-time-constants.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ In the standard library we already have all compiler evaluable functions marked
92
92
93
93
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.
94
94
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.
0 commit comments