We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dc2bd commit 52700d9Copy full SHA for 52700d9
server/src/test/resources/semantictokens/SemanticTokens.kt
@@ -1,5 +1,5 @@
1
var variable = 3
2
-val constant: String = "test $variable"
+val constant: String = "test $variable ${12}"
3
val string = "abc"
4
5
data class Type(val property: Int)
0 commit comments