added DoubleValueTypeConstructor

no need to store exact value in IntegerValueTypeConstructor, it was removed
This commit is contained in:
Svetlana Isakova
2013-07-22 16:21:00 +04:00
parent 8b7585af66
commit fccfa0051e
7 changed files with 168 additions and 60 deletions
@@ -3784,6 +3784,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.generators.tests.GenerateTests", new File("compiler/testData/diagnostics/tests/numbers"), Pattern.compile("^(.+)\\.kt$"), true);
}
@TestMetadata("doublesInSimpleConstraints.kt")
public void testDoublesInSimpleConstraints() throws Exception {
doTest("compiler/testData/diagnostics/tests/numbers/doublesInSimpleConstraints.kt");
}
@TestMetadata("numbersInSimpleConstraints.kt")
public void testNumbersInSimpleConstraints() throws Exception {
doTest("compiler/testData/diagnostics/tests/numbers/numbersInSimpleConstraints.kt");