mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
Migration to actual/expect: quick-fix CreateActualFix with tests
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
// "Create header function implementation for platform JVM" "true"
|
||||
// "Create actual function for platform JVM" "true"
|
||||
|
||||
header fun <caret>foo(arg: Int): String
|
||||
@@ -1,3 +1,3 @@
|
||||
// "Create header function implementation for platform JVM" "true"
|
||||
// "Create actual function for platform JVM" "true"
|
||||
|
||||
header fun foo(arg: Int): String
|
||||
Reference in New Issue
Block a user