Refactoring of CompileTimeConstant, introduce flag to represent a constant being referenced by a variable
This commit is contained in:
@@ -242,6 +242,7 @@ fun main(args: Array<String>) {
|
||||
testClass(javaClass<AbstractEvaluateExpressionTest>()) {
|
||||
model("evaluate/constant", testMethod = "doConstantTest")
|
||||
model("evaluate/isPure", testMethod = "doIsPureTest")
|
||||
model("evaluate/usesVariableAsConstant", testMethod = "doUsesVariableAsConstantTest")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user