1 2 3 4 5 6 7
package lq; public class Test { public static final String test() { return "Hello from Test"; } }