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

5 lines
109 B
Kotlin

package customLib.breakpointOnLocalProperty
public fun breakpointOnLocalPropertyFun2(): Int {
return 1
}