Added ConvertToConcatenatedStringIntention
This commit is contained in:
committed by
Nikolay Krasko
parent
8e2878a6eb
commit
b2858e5b82
@@ -0,0 +1,9 @@
|
||||
fun main(args: Array<String>){
|
||||
val a = "<caret>${when (1) {
|
||||
1 -> 42
|
||||
else -> 3
|
||||
}}asdfas${when (1) {
|
||||
1 -> 42
|
||||
else -> 3
|
||||
}}"
|
||||
}
|
||||
Reference in New Issue
Block a user