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