Minor improvement in convert to string template inspection: no highlighting when the expression is split onto multiple lines
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(p: Int) {
|
||||
val v = "line 1\nline 2: $p\nline 3"
|
||||
}
|
||||
Reference in New Issue
Block a user