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(
|
return JKParameterImpl(
|
||||||
type,
|
type,
|
||||||
nameIdentifier.toJK(),
|
nameIdentifier.toJK(),
|
||||||
isVarArgs
|
isVarArgs,
|
||||||
|
annotationList = annotationList(null)
|
||||||
).also {
|
).also {
|
||||||
symbolProvider.provideUniverseSymbol(this, it)
|
symbolProvider.provideUniverseSymbol(this, it)
|
||||||
it.psi = this
|
it.psi = this
|
||||||
|
|||||||
Reference in New Issue
Block a user