Skip to content

Commit

Permalink
Move ScopeSubject from test/ to src/
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=237314967
  • Loading branch information
lauraharker authored and blickly committed Mar 7, 2019
1 parent 701e9b2 commit b2b2346
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -84,6 +84,7 @@ public DeclarationSubject declares(String name) {
return actual().hasSlot(name) ? checkNotNull(actual().getVar(name)) : null;
}

/** A subject for an {@link AbstractVar} declared by this particular scope. */
public final class DeclarationSubject {
private final AbstractVar<?, ?> var;

Expand Down

0 comments on commit b2b2346

Please sign in to comment.