Add intention to add/remove underscores in numeric literal
#KT-28953 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
225a6ea288
commit
622fd8d8cf
+1
@@ -0,0 +1 @@
|
||||
val oneMillion = <spot>1000000</spot>
|
||||
+1
@@ -0,0 +1 @@
|
||||
val oneMillion = <spot>1_000_000</spot>
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention removes underscores from a numeric literal.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user