Files
kotlin/idea/testData/debugger/customLibraryForTinyApp/breakpointOnLocalProperty/2/a2.kt
2015-10-19 18:57:41 +03:00

7 lines
184 B
Kotlin
Vendored

@file:JvmName("SameNameBreakpointOnLocalProperty")
@file:JvmMultifileClass
package customLib.breakpointOnLocalProperty
public fun breakpointOnLocalPropertyFun2(): Int {
return 1
}