Files
kotlin-fork/idea/testData/debugger/customLibraryForTinyApp/breakpointOnLocalProperty/1/a1.kt
T
Michael Bogdanov 48c5e3d218 Debug tests patched
2015-09-07 16:28:38 +03:00

6 lines
122 B
Kotlin
Vendored

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