Migration to actual/expect: quick-fix CreateActualFix with tests

This commit is contained in:
Mikhail Glukhikh
2017-09-14 18:25:33 +03:00
parent 810d62bbaf
commit fba1a2a2db
41 changed files with 121 additions and 120 deletions
@@ -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 -1
View File
@@ -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) {}