Files
kotlin-fork/idea/testData/debugger/customLibraryForTinyApp/breakpointOnLocalProperty/1/1.kt
T
Pavel V. Talanov 8d9f17d09d Reconfigure KotlinDebuggerTestCase
It is hiding a problem: evaluate expression fails in libraries
2014-10-22 18:56:28 +04:00

6 lines
122 B
Kotlin

package customLib.breakpointOnLocalProperty
public fun breakpointOnLocalPropertyFun(): Int {
val a = 1
return 1
}