package objectFun object A { fun bar() { val a = 1 } } fun main(args: Array) { //Breakpoint! A.bar() }