Files
kotlin-fork/idea/testData/debugger/tinyApp/customLibrary/breakpointOnLocalProperty/1/1.kt
T
2014-08-27 15:57:58 +04:00

6 lines
122 B
Kotlin

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