MCPcopy Create free account
hub / github.com/Hessesian/kmp-lsp / no_errors_on_valid_java

Function no_errors_on_valid_java

src/parser_tests.rs:632–639  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

630
631#[test]
632fn no_errors_on_valid_java() {
633 let data = parse_java("package com.example;\npublic class Foo { void bar() {} }");
634 assert!(
635 data.syntax_errors.is_empty(),
636 "expected no errors: {:?}",
637 data.syntax_errors
638 );
639}
640
641#[test]
642fn missing_semicolon_java() {

Callers

nothing calls this directly

Calls 1

parse_javaFunction · 0.70

Tested by

no test coverage detected