blob: 86028c912a87ce578048589fb7a04a972a6811be [file] [log] [blame]
package test0600;
public class Try {
void hello() {
C.world();
}
}