Minor. Roll back behaviour for FlexibleType.isError.

This commit is contained in:
Stanislav Erokhin
2016-06-08 17:29:56 +03:00
parent 74be53d297
commit 541b9954f5
4 changed files with 44 additions and 1 deletions
@@ -12903,6 +12903,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("javaEmptyList.kt")
public void testJavaEmptyList() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/platformTypes/javaEmptyList.kt");
doTest(fileName);
}
@TestMetadata("methodTypeParameterDefaultBound.kt")
public void testMethodTypeParameterDefaultBound() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/platformTypes/methodTypeParameterDefaultBound.kt");