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:
@@ -0,0 +1 @@
|
||||
expect inline class <caret>InlineMe(val x: Int)
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Create expected class in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
actual inline class InlineMe<caret>(actual val x: Int)
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Create expected class in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
actual inline class InlineMe actual constructor(actual val x: Int)
|
||||
Reference in New Issue
Block a user