Add external property to class and property descriptors
This commit is contained in:
@@ -61,7 +61,8 @@ abstract class IrDelegateDescriptorBase(
|
||||
/* lateInit = */ false,
|
||||
/* isConst = */ false,
|
||||
/* isPlatform = */ false,
|
||||
/* isImpl = */ false
|
||||
/* isImpl = */ false,
|
||||
/* isExternal = */ false
|
||||
) {
|
||||
init {
|
||||
setOutType(delegateType)
|
||||
|
||||
Reference in New Issue
Block a user