diff --git a/server/src/test/resources/semantictokens/SemanticTokens.kt b/server/src/test/resources/semantictokens/SemanticTokens.kt index 1a9ef04ac..79b41e87d 100644 --- a/server/src/test/resources/semantictokens/SemanticTokens.kt +++ b/server/src/test/resources/semantictokens/SemanticTokens.kt @@ -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)