Add a dialog to select members for export in expect class

#KT-31476 Fixed
#KT-31446 Fixed
#KT-31033 Fixed
This commit is contained in:
Dmitry Gridin
2019-05-17 19:31:35 +07:00
parent 9a910ef144
commit b575ed390a
37 changed files with 300 additions and 21 deletions
@@ -1 +1 @@
<caret>expect inline class InlineMe(val x: Int)
expect inline class <caret>InlineMe(val x: Int)
@@ -1,4 +1,4 @@
// "Create expected class in common module testModule_Common" "true"
// DISABLE-ERRORS
actual inline class Inline<caret>Me actual constructor(val x: Int)
actual inline class Inline<caret>Me(val x: Int)
@@ -1,4 +1,4 @@
// "Create expected class in common module testModule_Common" "true"
// DISABLE-ERRORS
actual inline class InlineMe actual constructor(val x: Int)
actual inline class InlineMe actual constructor(actual val x: Int)