@Nullable annotations
This commit is contained in:
@@ -36,6 +36,7 @@ public abstract class CodegenContext {
|
|||||||
private final DeclarationDescriptor contextType;
|
private final DeclarationDescriptor contextType;
|
||||||
|
|
||||||
private final OwnerKind contextKind;
|
private final OwnerKind contextKind;
|
||||||
|
@Nullable
|
||||||
private final CodegenContext parentContext;
|
private final CodegenContext parentContext;
|
||||||
public final ObjectOrClosureCodegen closure;
|
public final ObjectOrClosureCodegen closure;
|
||||||
|
|
||||||
@@ -142,6 +143,7 @@ public abstract class CodegenContext {
|
|||||||
return frameMap;
|
return frameMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Nullable
|
||||||
public CodegenContext getParentContext() {
|
public CodegenContext getParentContext() {
|
||||||
return parentContext;
|
return parentContext;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user