Implement quickfix for wrong long suffix
Fixes: KT-13134
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user