We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e3403 commit b4c12c2Copy full SHA for b4c12c2
project/jimmer-client/src/test/kotlin/org/babyfish/jimmer/client/kotlin/model/GisRegionView.kt
@@ -35,8 +35,8 @@ public open class GisRegionView(
35
base.right,
36
base.bottom)
37
38
- override fun toImmutable(): GisRegion = new(GisRegion::class).by(null,
39
- this@GisRegionView::toImmutableImpl)
+ override fun toImmutable(): GisRegion = new(GisRegion::class)
+ .by(null, false, this@GisRegionView::toImmutableImpl)
40
41
public fun toImmutable(block: GisRegionDraft.() -> Unit): GisRegion = new(GisRegion::class).by {
42
toImmutableImpl(this)
0 commit comments