Skip to content

Commit 52700d9

Browse files
committed
Test another interpolation
1 parent d9dc2bd commit 52700d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/resources/semantictokens/SemanticTokens.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var variable = 3
2-
val constant: String = "test $variable"
2+
val constant: String = "test $variable ${12}"
33
val string = "abc"
44

55
data class Type(val property: Int)

0 commit comments

Comments
 (0)