Skip to content

Commit 8ce7cf6

Browse files
committed
fix(java/lsp): make PRIMITIVE_TYPE_KEYWORDS accessible
1 parent aa4662c commit 8ce7cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/lsp/src/main/java/com/itsaky/androidide/lsp/java/providers/completion/KeywordCompletionProvider.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class KeywordCompletionProvider(
103103
"extends",
104104
"implements"
105105
)
106-
private val PRIMITIVE_TYPE_KEYWORDS =
106+
val PRIMITIVE_TYPE_KEYWORDS =
107107
arrayOf(
108108
"byte",
109109
"short",

0 commit comments

Comments
 (0)