MCPcopy Create free account
hub / github.com/pulsar-edit/pulsar / main

Method main

packages/language-java/spec/fixtures/sample.java:11–17  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

9
10public class Test {
11 public static void main(String[] args) {
12 String test = """
13 """;
14// ^^^ string.quoted.triple.block.java
15// ^^^ punctuation.definition.string.end
16 System.out.println(test);
17 }
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected