New J2K: Collect annotations for parameters

This commit is contained in:
Ilya Kirillov
2019-03-26 15:30:31 +03:00
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