K2 Scripting: fix resolution for scripts:
script should not be resolved on annotations args mapping resolve
This commit is contained in:
committed by
Space Team
parent
00a28f9f49
commit
baf90178ad
+4
@@ -160,4 +160,8 @@ private class FirDeclarationsResolveTransformerForAnnotationArgumentsMapping(
|
||||
typeAlias.transformAnnotations(transformer, data)
|
||||
return typeAlias
|
||||
}
|
||||
|
||||
override fun transformScript(script: FirScript, data: ResolutionMode): FirScript {
|
||||
return script
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user