import com.packt.chapter4.Chapter4; public class KotlinFromJava { public void test() { Chapter4.cube(3); } }