[FIR] Support of type arguments in annotations ^KT-48444 Fixed
This commit is contained in:
@@ -555,7 +555,7 @@ class FirCallResolver(
|
||||
explicitReceiver = null,
|
||||
annotation.argumentList,
|
||||
isImplicitInvoke = false,
|
||||
typeArguments = emptyList(),
|
||||
typeArguments = annotation.typeArguments,
|
||||
session,
|
||||
components.file,
|
||||
components.containingDeclarations
|
||||
|
||||
Reference in New Issue
Block a user