Fix KNPE in "Move member to companion" for expect class #KT-28383 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// ERROR: The feature "multi platform projects" is experimental and should be enabled explicitly
|
||||
|
||||
expect class Some {
|
||||
val <caret>x: Int
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
// ERROR: The feature "multi platform projects" is experimental and should be enabled explicitly
|
||||
|
||||
expect class Some {
|
||||
companion object {
|
||||
val x: Int
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user