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
@@ -3516,6 +3516,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("genericConstructorUsage.kt")
public void testGenericConstructorUsage() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/deprecated/genericConstructorUsage.kt");
doTest(fileName);
}
@TestMetadata("imports.kt")
public void testImports() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/deprecated/imports.kt");