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

5 lines
112 B
Kotlin
Vendored

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