Files
kotlin/idea/testData/debugger/customLibraryForTinyApp/twoFunDifferentSignature/2/1.kt
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
112 B
Kotlin

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