KT-4349 Make jet.Boolean implement Comparable
#KT-4349
This commit is contained in:
@@ -4614,11 +4614,6 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
|
||||
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.generators.tests.TestsPackage", new File("compiler/testData/diagnostics/tests/library"), Pattern.compile("^(.+)\\.kt$"), true);
|
||||
}
|
||||
|
||||
@TestMetadata("BooleanIsNotComparable.kt")
|
||||
public void testBooleanIsNotComparable() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/library/BooleanIsNotComparable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Collections.kt")
|
||||
public void testCollections() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/library/Collections.kt");
|
||||
|
||||
@@ -4051,6 +4051,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.generators.tests.TestsPackage", new File("compiler/testData/codegen/box/operatorConventions/compareTo"), Pattern.compile("^(.+)\\.kt$"), true);
|
||||
}
|
||||
|
||||
@TestMetadata("boolean.kt")
|
||||
public void testBoolean() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/operatorConventions/compareTo/boolean.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("comparable.kt")
|
||||
public void testComparable() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/operatorConventions/compareTo/comparable.kt");
|
||||
|
||||
Reference in New Issue
Block a user