FIR: forbid java.lang.String(String) constructor in JvmMappedScope
#KT-49135 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
09bc729b0e
commit
f4067f05a2
+6
@@ -5111,6 +5111,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/intellij/PersistentStateComponent.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeAliasAmbiguity.kt")
|
||||
public void testTypeAliasAmbiguity() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/intellij/typeAliasAmbiguity.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("UastPatterns.kt")
|
||||
public void testUastPatterns() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user