Migration to actual/expect: quick-fix CreateActualFix with tests
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
// "Create header property implementation for platform JVM" "true"
|
||||
// "Create actual property for platform JVM" "true"
|
||||
|
||||
header var <caret>x: Int
|
||||
@@ -1,3 +1,3 @@
|
||||
// "Create header property implementation for platform JVM" "true"
|
||||
// "Create actual property for platform JVM" "true"
|
||||
|
||||
header var x: Int
|
||||
@@ -1,4 +1,4 @@
|
||||
// x: to be implemented
|
||||
impl var x: Int
|
||||
actual var x: Int
|
||||
get() = TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
set(value) {}
|
||||
Reference in New Issue
Block a user