Create actual: do not generate default parameter values in constructor
So #KT-26517 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
// "Create actual class for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect class <caret>WithConstructor(s: String = "Hello")
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
// "Create actual class for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect class <caret>WithConstructor(s: String = "Hello")
|
||||
idea/testData/multiModuleQuickFix/defaultParameterInExpectedConstructor/jvm/WIthConstructor.kt.after
Vendored
+1
@@ -0,0 +1 @@
|
||||
actual class WithConstructor actual constructor(s: String)
|
||||
Reference in New Issue
Block a user