Enable "add () fix" for expect base class without constructors
Related to KT-24597
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Change to constructor invocation" "true"
|
||||
// ENABLE_MULTIPLATFORM
|
||||
// DISABLE-ERRORS
|
||||
|
||||
expect open class A
|
||||
|
||||
class B : A<caret>
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
// "Change to constructor invocation" "true"
|
||||
// ENABLE_MULTIPLATFORM
|
||||
// DISABLE-ERRORS
|
||||
|
||||
expect open class A()
|
||||
|
||||
class B : A(<caret>)
|
||||
Reference in New Issue
Block a user