FIR: add test for KT-50969
This commit is contained in:
committed by
TeamCityServer
parent
37c6b1c2dc
commit
1137e61fc8
+6
@@ -5807,6 +5807,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/EnumMapGet.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("immutableName.kt")
|
||||
public void testImmutableName() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/immutableName.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("invokePriority.kt")
|
||||
public void testInvokePriority() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user