package evFunctionDeclaration class A(val a: Int) { //FunctionBreakpoint! fun foo() = a } fun main(args: Array) { A(1).foo() } // PRINT_FRAME