Add tests to preserve current behavior for upcoming changes
##KT-30983 In Progress
This commit is contained in:
@@ -22458,6 +22458,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/importFromTypeAliasObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("importMemberFromJavaViaAlias.kt")
|
||||
public void testImportMemberFromJavaViaAlias() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/importMemberFromJavaViaAlias.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inGenerics.kt")
|
||||
public void testInGenerics() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/inGenerics.kt");
|
||||
@@ -22793,6 +22798,16 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/typeAliasShouldExpandToClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasesInImportDirectives.kt")
|
||||
public void testTypeAliasesInImportDirectives() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/typeAliasesInImportDirectives.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasesInQualifiers.kt")
|
||||
public void testTypeAliasesInQualifiers() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/typeAliasesInQualifiers.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typealiasRhsAnnotations.kt")
|
||||
public void testTypealiasRhsAnnotations() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/typealiasRhsAnnotations.kt");
|
||||
|
||||
Reference in New Issue
Block a user