Skip to content

Commit

Permalink
Test another interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 16, 2024
1 parent d9dc2bd commit 52700d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/test/resources/semantictokens/SemanticTokens.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var variable = 3
val constant: String = "test $variable"
val constant: String = "test $variable ${12}"
val string = "abc"

data class Type(val property: Int)
Expand Down

0 comments on commit 52700d9

Please sign in to comment.