[Parser] Add getters' and setters' contracts parsing
This commit is contained in:
@@ -1585,6 +1585,8 @@ public class KotlinParsing extends AbstractKotlinParsing {
|
|||||||
parseTypeRef();
|
parseTypeRef();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
parseFunctionContract();
|
||||||
|
|
||||||
parseFunctionBody();
|
parseFunctionBody();
|
||||||
|
|
||||||
closeDeclarationWithCommentBinders(getterOrSetter, PROPERTY_ACCESSOR, true);
|
closeDeclarationWithCommentBinders(getterOrSetter, PROPERTY_ACCESSOR, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user