Make PropertyAccessorDescriptor#hasBody a front-end utility
This commit is contained in:
committed by
Alexander Udalov
parent
ae14d185eb
commit
4553afbd0c
+2
-2
@@ -122,10 +122,10 @@ private fun genProperty(
|
||||
Visibilities.PUBLIC,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
CallableMemberDescriptor.Kind.SYNTHESIZED,
|
||||
null,
|
||||
SourceElement.NO_SOURCE)
|
||||
SourceElement.NO_SOURCE
|
||||
)
|
||||
|
||||
getter.initialize(null)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user