7 lines
151 B
Kotlin
Vendored
7 lines
151 B
Kotlin
Vendored
package test
|
|
|
|
import library.ClassWithWrongKotlinSignatures
|
|
|
|
val x = ClassWithWrongKotlinSignatures.foo()
|
|
val y = ClassWithWrongKotlinSignatures.bar()
|