Files
kotlin-fork/idea/testData/debugger/customLibraryForTinyApp/property/2/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

5 lines
70 B
Kotlin

package customLib.property
public fun someFun(): Int {
return 1
}