add qldoc to StaticInitializer::getBody

This commit is contained in:
Erik Krogh Kristensen
2021-09-06 10:05:20 +02:00
parent 7ce87a7118
commit 48b763c7e9

View File

@@ -1145,6 +1145,9 @@ class ParameterField extends FieldDeclaration, @parameter_field {
* A static initializer in a class.
*/
class StaticInitializer extends MemberDefinition, @static_initializer {
/**
* Gets the body of the static initializer.
*/
BlockStmt getBody() { result.getParent() = this }
override Expr getNameExpr() { none() }