FIR: fix false positives of INNER_CLASS_OF_GENERIC_THROWABLE_SUBCLASS

#KT-49129 Fixed
This commit is contained in:
Mikhail Glukhikh
2021-10-12 15:27:10 +03:00
committed by TeamCityServer
parent e3b92fe5f3
commit 31db76da56
6 changed files with 108 additions and 5 deletions
@@ -5075,6 +5075,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/intellij/FieldVsSyntheticAccessor.kt");
}
@Test
@TestMetadata("InnerClassOfThrowableOnObject.kt")
public void testInnerClassOfThrowableOnObject() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/intellij/InnerClassOfThrowableOnObject.kt");
}
@Test
@TestMetadata("IntersectionWithJavaString.kt")
public void testIntersectionWithJavaString() throws Exception {