JVM_IR: Minor. Support isFun in WrappedClassDescriptor
Otherwise, compilation of kotlinx-coroutines-core breaks.
This commit is contained in:
@@ -595,7 +595,7 @@ open class WrappedClassDescriptor(
|
||||
|
||||
override fun isInline() = owner.isInline
|
||||
|
||||
override fun isFun() = TODO("not implemented")
|
||||
override fun isFun() = owner.isFun
|
||||
|
||||
override fun getThisAsReceiverParameter() = owner.thisReceiver?.descriptor as ReceiverParameterDescriptor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user