90e4413fc9
When multiple expect declarations are in the same file, and some of them already have actual declarations for this platform, then "Create actual fix" put other declarations into the same file with existing actual declarations So #KT-17058 Fixed So #KT-21082 Fixed
5 lines
110 B
Kotlin
Vendored
5 lines
110 B
Kotlin
Vendored
// "Create actual function for platform JVM" "true"
|
|
|
|
expect fun bar()
|
|
|
|
expect fun <caret>foo(arg: Int): String |