Get call expression type from compile time value if possible

This commit is contained in:
Natalia Ukhorskaya
2013-12-03 18:46:44 +04:00
parent e6c442ba04
commit e805478d6c
5 changed files with 42 additions and 2 deletions
@@ -2764,6 +2764,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/evaluate/numberBinaryOperations.kt");
}
@TestMetadata("numberBinaryOperationsCall.kt")
public void testNumberBinaryOperationsCall() throws Exception {
doTest("compiler/testData/diagnostics/tests/evaluate/numberBinaryOperationsCall.kt");
}
@TestMetadata("otherOverflow.kt")
public void testOtherOverflow() throws Exception {
doTest("compiler/testData/diagnostics/tests/evaluate/otherOverflow.kt");