@NotNull for parameter of substitute()

This commit is contained in:
Andrey Breslav
2013-02-04 21:25:18 +04:00
parent 21eef960b5
commit 4b96911b37
24 changed files with 25 additions and 24 deletions
@@ -54,7 +54,7 @@ class RootContext extends CodegenContext {
}
@Override
public DeclarationDescriptor substitute(TypeSubstitutor substitutor) {
public DeclarationDescriptor substitute(@NotNull TypeSubstitutor substitutor) {
throw new IllegalStateException();
}