Add intention to evaluate compile time expression

#KT-40251 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-09-13 19:17:00 +09:00
committed by klunnii
parent 8cac3f654c
commit d9cf4ee732
37 changed files with 233 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This intention replaces compile-time constant expression with its actual value.
</body>
</html>
@@ -2224,6 +2224,7 @@ inspection.redundant.nullable.return.type.display.name=Redundant nullable return
0.is.always.non.null.type=''{0}'' is always non-null type
inspection.simplifiable.scope.function.display.name=Scope function with nested forEach can be simplified
nested.1.call.in.0.could.be.simplified.to.2=Nested ''{1}'' call in ''{0}'' could be simplified to {2}
evaluate.compile.time.expression=Evaluate compile-time expression
hints.title.codevision=Code Vision
hints.title.codevision.show.hints.for=Show hints for: