Files
kotlin-fork/idea/testData/debugger/customLibraryForTinyApp/twoFunDifferentSignature/1/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
106 B
Kotlin

package customLib.twoFunDifferentSignature
public fun twoFunDifferentSignatureFun(): Int {
return 1
}