Disallow PropertyMetadataImpl in conventions for delegated properties

This commit is contained in:
Evgeny Gerashchenko
2015-02-19 16:14:37 +03:00
parent 056daeaadb
commit af7eba64f7
6 changed files with 28 additions and 5 deletions
@@ -3141,6 +3141,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("disallowImplInTypeParameter.kt")
public void testDisallowImplInTypeParameter() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/delegatedProperty/disallowImplInTypeParameter.kt");
doTest(fileName);
}
@TestMetadata("genericGetter.kt")
public void testGenericGetter() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/delegatedProperty/genericGetter.kt");