16c6d63b10
So #KT-23105 Fixed
5 lines
120 B
Kotlin
Vendored
5 lines
120 B
Kotlin
Vendored
// "Create actual interface for module testModule_JVM (JVM)" "true"
|
|
|
|
expect interface <caret>I {
|
|
fun f(p: Int = 1)
|
|
} |