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 @@
|
||||
"" + 1 + 1.1 + "foo"
|
||||
@@ -0,0 +1 @@
|
||||
11.1foo
|
||||
@@ -0,0 +1 @@
|
||||
"foo" + "bar"
|
||||
@@ -0,0 +1 @@
|
||||
foobar
|
||||
@@ -0,0 +1 @@
|
||||
"foo$foo$bar" + "${bar}${bar2()}bar"
|
||||
@@ -0,0 +1 @@
|
||||
foo????bar
|
||||
@@ -0,0 +1 @@
|
||||
"" + b<caret> + "foo"
|
||||
@@ -0,0 +1 @@
|
||||
?foo
|
||||
Reference in New Issue
Block a user