package javaSamFunction import forTests.MyJavaClass fun main(args: Array) { val klass = MyJavaClass() //Breakpoint! klass.other { /* do nothing*/ } }