Skip to content

Commit 8b432d3

Browse files
committed
Stub out a test for semantic tokens
1 parent 308e6d7 commit 8b432d3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package org.javacs.kt
2+
3+
import org.hamcrest.Matchers.*
4+
import org.junit.Assert.assertThat
5+
import org.junit.Test
6+
7+
class SemanticTokensTest : SingleFileTestFixture("semantictokens", "SemanticTokens.kt") {
8+
// TODO
9+
}

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

Whitespace-only changes.

0 commit comments

Comments
 (0)