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