Add minor optimization
Do not copy overrides while creating FAKE_OVERRIDE
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ fun createSynthesizedInvokes(functions: Collection<FunctionDescriptor>): Collect
|
||||
synthesizedSuperFun.modality,
|
||||
synthesizedSuperFun.visibility,
|
||||
CallableMemberDescriptor.Kind.FAKE_OVERRIDE,
|
||||
true
|
||||
/* copyOverrides = */ false
|
||||
)
|
||||
fakeOverride.setSingleOverridden(synthesizedSuperFun)
|
||||
fakeOverride
|
||||
|
||||
Reference in New Issue
Block a user