| 1 | import type { JavaProjectOptions } from "../../src/java/java-project"; |
| 2 | import { JavaProject } from "../../src/java/java-project"; |
| 3 | import { renderProjenInitOptions } from "../../src/javascript/render-options"; |
| 4 | import { synthSnapshot } from "../util"; |
nothing calls this directly
no test coverage detected