[FIR] Fix ambiguity of Throws and other std annotations importing
Including `SharedImmutable` and `ThreadLocal` Simplify code, remove `DefaultImportPriority.KOTLIN_THROWS` Introduce `FirNativeClassMapper`
This commit is contained in:
committed by
Space Team
parent
adf4f823ae
commit
115d685d91
+6
@@ -86,6 +86,12 @@ public class LLFirNativeTestGenerated extends AbstractLLFirNativeTest {
|
||||
runTest("compiler/testData/diagnostics/nativeTests/sharedImmutable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("stdClassAndTypealiasAmbiguity.kt")
|
||||
public void testStdClassAndTypealiasAmbiguity() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/nativeTests/stdClassAndTypealiasAmbiguity.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("threadLocal.kt")
|
||||
public void testThreadLocal() throws Exception {
|
||||
|
||||
+6
@@ -86,6 +86,12 @@ public class LLFirReversedNativeTestGenerated extends AbstractLLFirReversedNativ
|
||||
runTest("compiler/testData/diagnostics/nativeTests/sharedImmutable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("stdClassAndTypealiasAmbiguity.kt")
|
||||
public void testStdClassAndTypealiasAmbiguity() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/nativeTests/stdClassAndTypealiasAmbiguity.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("threadLocal.kt")
|
||||
public void testThreadLocal() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user