Minor. Typo.
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@ package org.jetbrains.jet.lang.resolve.constants;
|
|||||||
|
|
||||||
public abstract class IntegerValueConstant<T> extends CompileTimeConstant<T> {
|
public abstract class IntegerValueConstant<T> extends CompileTimeConstant<T> {
|
||||||
|
|
||||||
protected IntegerValueConstant(T value, boolean canBeUsedInAnnotations, boolean pure, boolean usesVaraiableAsConstant) {
|
protected IntegerValueConstant(T value, boolean canBeUsedInAnnotations, boolean pure, boolean usesVariableAsConstant) {
|
||||||
super(value, canBeUsedInAnnotations, pure, usesVaraiableAsConstant);
|
super(value, canBeUsedInAnnotations, pure, usesVariableAsConstant);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user