(String[] args)
| 9 | |
| 10 | public 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected