Introduce quick-fix "create expected class / function / property"
#KT-27075 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
expect var foo: String
|
||||
@@ -0,0 +1,6 @@
|
||||
// "Create expected property in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
actual var <caret>foo: String
|
||||
get() = field * field
|
||||
set(value) { field = value }
|
||||
@@ -0,0 +1,6 @@
|
||||
// "Create expected property in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
actual var foo: String
|
||||
get() = field * field
|
||||
set(value) { field = value }
|
||||
Reference in New Issue
Block a user