Add external property to class and property descriptors

This commit is contained in:
Alexey Andreev
2016-11-24 19:37:13 +03:00
parent 43948a0170
commit ba2443bcb3
42 changed files with 120 additions and 47 deletions
@@ -101,7 +101,11 @@ private fun genProperty(
Name.identifier(id.name),
CallableMemberDescriptor.Kind.SYNTHESIZED,
sourceElement,
false, false, false, false
/* lateinit = */ false,
/* isConst = */ false,
/* isPlatform = */ false,
/* isImpl = */ false,
/* isExternal = */ false
) {
override val errorType = errorType
override val cacheView = cacheView