Migration to actual/expect: quick-fix CreateActualFix with tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Create header interface implementation for platform JVM" "true"
|
||||
// "Create actual interface for platform JVM" "true"
|
||||
|
||||
header interface <caret>Interface {
|
||||
fun foo(param: String): Int
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create header interface implementation for platform JVM" "true"
|
||||
// "Create actual interface for platform JVM" "true"
|
||||
|
||||
header interface Interface {
|
||||
fun foo(param: String): Int
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Interface: to be implemented
|
||||
impl interface Interface {
|
||||
actual interface Interface {
|
||||
fun foo(param: String): Int
|
||||
|
||||
fun String.bar(y: Double): Boolean
|
||||
|
||||
Reference in New Issue
Block a user