Add intention to evaluate compile time expression
#KT-40251 Fixed
This commit is contained in:
committed by
klunnii
parent
8cac3f654c
commit
d9cf4ee732
+1
@@ -0,0 +1 @@
|
||||
val x = 5
|
||||
+1
@@ -0,0 +1 @@
|
||||
val x = 2 + 3
|
||||
+5
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user