Create actual: do not generate default parameter values
So #KT-23105 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Create actual interface for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect interface <caret>I {
|
||||
fun f(p: Int = 1)
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
// "Create actual interface for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect interface I {
|
||||
fun f(p: Int = 1)
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
// to be created
|
||||
@@ -0,0 +1,4 @@
|
||||
// to be created
|
||||
actual interface I {
|
||||
actual fun f(p: Int)
|
||||
}
|
||||
Reference in New Issue
Block a user