CAST_NEVER_SUCCEEDS: some type alias tests (1.1 only!)
This commit is contained in:
@@ -2445,6 +2445,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("AsTypeAlias.kt")
|
||||
public void testAsTypeAlias() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/cast/AsTypeAlias.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("AsWithOtherParameter.kt")
|
||||
public void testAsWithOtherParameter() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/cast/AsWithOtherParameter.kt");
|
||||
|
||||
Reference in New Issue
Block a user