MCPcopy 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]
12fn extensions_include_java() {
13 assert!(JavaParser.file_extensions().contains(&"java"));
14}
15
16#[test]
17fn parse_extracts_class_symbol() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected