Minor. Move @JvmRecord tests to relevant directory

^KT-43677 In Progress
This commit is contained in:
Denis.Zharkov
2020-11-25 18:40:01 +03:00
parent d4de2c4dce
commit ca2e199b53
3 changed files with 5 additions and 0 deletions
@@ -50,6 +50,11 @@ public class DiagnosticsWithJdk15TestGenerated extends AbstractDiagnosticsWithJd
runTest("compiler/testData/diagnostics/testsWithJava15/jvmRecord/disabledFeature.kt");
}
@TestMetadata("simpleRecords.kt")
public void testSimpleRecords() throws Exception {
runTest("compiler/testData/diagnostics/testsWithJava15/jvmRecord/simpleRecords.kt");
}
@TestMetadata("supertypesCheck.kt")
public void testSupertypesCheck() throws Exception {
runTest("compiler/testData/diagnostics/testsWithJava15/jvmRecord/supertypesCheck.kt");