Skip to content

Commit 0645634

Browse files
authored
fix: SemanticTokens.getData() returns null for instances via default ctor (#773)
1 parent 3c98376 commit 0645634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/Protocol.xtend

+1
Original file line numberDiff line numberDiff line change
@@ -6184,6 +6184,7 @@ class SemanticTokens {
61846184
List<Integer> data
61856185

61866186
new() {
6187+
this.data = new ArrayList()
61876188
}
61886189

61896190
new(@NonNull List<Integer> data) {

0 commit comments

Comments
 (0)