mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
return @NotNull child
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ public class GrAnonymousClassDefinitionImpl extends GrTypeDefinitionImpl impleme
|
||||
@NotNull
|
||||
public GrCodeReferenceElement getBaseClassReferenceGroovy() {
|
||||
//noinspection ConstantConditions
|
||||
return findChildByClass(GrCodeReferenceElement.class); //not null because of definition =)
|
||||
return findNotNullChildByClass(GrCodeReferenceElement.class); //not null because of definition =)
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user