Add "Copy concatenation text to clipboard" intention #KT-13744 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
023c02deb3
commit
391a0fdde5
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: true
|
||||
// INTENTION_TEXT: Copy concatenation text to clipboard
|
||||
|
||||
val s = "" + 1<caret> + 1.1 + "foo"
|
||||
Reference in New Issue
Block a user