summaryrefslogtreecommitdiff
path: root/tests/registry/jsr/@denotest/module-graph/1.4.0/mod.ts
blob: cb3c4a5e02fd13ca545692d6dec6373f108ce799 (plain)
1
2
3
4
5
import { Other } from "./other.ts";

export class Test {
  other = new Other();
}