diff --git a/compiler/frontend/src/org/jetbrains/kotlin/resolve/calls/tasks/synthesizedInvokes.kt b/compiler/frontend/src/org/jetbrains/kotlin/resolve/calls/tasks/synthesizedInvokes.kt index 052271b2120..93ff021ac35 100644 --- a/compiler/frontend/src/org/jetbrains/kotlin/resolve/calls/tasks/synthesizedInvokes.kt +++ b/compiler/frontend/src/org/jetbrains/kotlin/resolve/calls/tasks/synthesizedInvokes.kt @@ -47,7 +47,7 @@ fun createSynthesizedInvokes(functions: Collection): Collect synthesizedSuperFun.modality, synthesizedSuperFun.visibility, CallableMemberDescriptor.Kind.FAKE_OVERRIDE, - true + /* copyOverrides = */ false ) fakeOverride.setSingleOverridden(synthesizedSuperFun) fakeOverride