New J2K: Collect annotations for parameters
This commit is contained in:
committed by
Ilya Kirillov
parent
b3af05e3ad
commit
481b2feda3
@@ -793,7 +793,8 @@ class JavaToJKTreeBuilder constructor(
|
||||
return JKParameterImpl(
|
||||
type,
|
||||
nameIdentifier.toJK(),
|
||||
isVarArgs
|
||||
isVarArgs,
|
||||
annotationList = annotationList(null)
|
||||
).also {
|
||||
symbolProvider.provideUniverseSymbol(this, it)
|
||||
it.psi = this
|
||||
|
||||
Reference in New Issue
Block a user