Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hessesian/kmp-lsp
/ extensions_include_java
Function
extensions_include_java
src/language/java_tests.rs:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
#[test]
12
fn extensions_include_java() {
13
assert!(JavaParser.file_extensions().contains(&
"java"
));
14
}
15
16
#[test]
17
fn parse_extracts_class_symbol() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected