FIR: Fix exception caused by empty supertypes of java.lang.Object
This commit is contained in:
committed by
TeamCityServer
parent
7eb0fd4762
commit
9d9f191f51
+6
@@ -5396,6 +5396,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
public void testTypeParameterUse() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/j+k/typeParameterUse.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("UsingObject.kt")
|
||||
public void testUsingObject() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/j+k/UsingObject.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user