Implement quickfix for wrong long suffix

Fixes: KT-13134
This commit is contained in:
Kirill
2016-07-18 22:49:22 +02:00
parent df05b20bc6
commit b9d235dec8
5 changed files with 68 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
// "Change to '1L'" "true"
val a: Long = 1l<caret>
@@ -0,0 +1,3 @@
// "Change to '1L'" "true"
val a: Long = 1L<caret>