8d9f17d09d
It is hiding a problem: evaluate expression fails in libraries
5 lines
112 B
Kotlin
5 lines
112 B
Kotlin
package customLib.twoFunDifferentSignature
|
|
|
|
public fun twoFunDifferentSignatureFun(i: Int): Int {
|
|
return 1
|
|
} |