More correct convertation to string template when number literals involved
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(p1: Int, p2: Int, p3: Int) {
|
||||
val v = <caret>"a${0xAAA}${p1}123${p2}1.25b"
|
||||
}
|
||||
Reference in New Issue
Block a user