Add annotation to static methods on DefaultImpls.
This commit is contained in:
+2
@@ -93,6 +93,8 @@ internal fun createStaticFunctionWithReceivers(
|
||||
|
||||
copyTypeParametersFrom(oldFunction)
|
||||
|
||||
annotations.addAll(oldFunction.annotations)
|
||||
|
||||
var offset = 0
|
||||
val dispatchReceiver = oldFunction.dispatchReceiverParameter?.copyTo(
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user