FIR IDE: type-aware constant conversion

This commit is contained in:
Jinseong Jeon
2021-09-13 11:00:41 -07:00
committed by Ilya Kirillov
parent 9e4f234941
commit 068e81570d
17 changed files with 141 additions and 4 deletions
@@ -57,6 +57,10 @@ fun main(args: Array<String>) {
model("symbols/symbolByReference")
}
testClass<AbstractCompileTimeConstantEvaluatorTest> {
model("components/compileTimeConstantEvaluator")
}
testClass<AbstractExpectedExpressionTypeTest> {
model("components/expectedExpressionType")
}
@@ -169,4 +173,4 @@ fun main(args: Array<String>) {
}
}
}
}
}