// fix clash public class BaseClass { void doSmthAnother() { System.out.println(":)"); } }