LineBreakpoint created at ceLocalClass.kt:6 Run Java Connected to the target VM ceLocalClass.kt:6 Compile bytecode for class MyClass { fun test() = 2 } val a = MyClass() a.test() // RESULT: 2: I Disconnected from the target VM Process finished with exit code 0