package test; class GenericOverrides { public static void main(String[] args) { KotlinClass b = new KotlinClass(); b.foo(""); } }