Propagate annotations when performing substitution on constructors #KT-7608 Fixed

Tests for deprecated warning on generic constructor.
This commit is contained in:
Ilya Ryzhenkov
2015-04-28 18:18:57 +03:00
parent 1fc742ffeb
commit 35e82d4574
4 changed files with 31 additions and 1 deletions
@@ -127,7 +127,7 @@ public class ConstructorDescriptorImpl extends FunctionDescriptorImpl implements
return new ConstructorDescriptorImpl(
(ClassDescriptor) newOwner,
this,
Annotations.EMPTY, // TODO
getAnnotations(),
isPrimary,
Kind.DECLARATION,
SourceElement.NO_SOURCE