package demo; import module acme.text; public class Bad { public static void main(String[] args) { System.out.println(Helper.clean("x")); // Helper is in the non-exported acme.text.internal } }