Set source elements for java parameters

This commit is contained in:
Pavel V. Talanov
2014-07-09 16:06:14 +04:00
parent 8b91855fac
commit 4188bbe53c
3 changed files with 9 additions and 1 deletions
@@ -213,7 +213,7 @@ public abstract class LazyJavaMemberScope(
outType,
false,
varargElementType,
SourceElement.NO_SOURCE
c.sourceElementFactory.source(javaParameter)
)
}.toList()
return ResolvedValueParameters(descriptors, synthesizedNames)