Don't offer to remove empty primary constructor of expect class
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
@Suppress("UNSUPPORTED_FEATURE")
|
||||
expect class Foo constructor()<caret>
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
@Suppress("UNSUPPORTED_FEATURE")
|
||||
expect class Foo()<caret>
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
@Suppress("UNSUPPORTED_FEATURE")
|
||||
expect class Foo {
|
||||
class Nested()<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user