[FIR] Do not expect builtin imports to be always resolved
Merge-request: KT-MR-10886 Merged-by: Egor Kulikov <Egor.Kulikov@jetbrains.com>
This commit is contained in:
+6
@@ -2057,6 +2057,12 @@ public class FirStandaloneNormalAnalysisSourceModuleReferenceResolveTestGenerate
|
||||
runTest("analysis/analysis-api/testData/referenceResolve/withErrors/AnnotationParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("BuiltInImportsNoRuntime.kt")
|
||||
public void testBuiltInImportsNoRuntime() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/referenceResolve/withErrors/BuiltInImportsNoRuntime.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ByReturnExpression.kt")
|
||||
public void testByReturnExpression() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user