Added deprecation for protected call within inline functions

This commit is contained in:
Mikhael Bogdanov
2016-12-02 16:37:37 +01:00
parent 00e2463014
commit f4259c5f82
6 changed files with 109 additions and 1 deletions
@@ -10618,6 +10618,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("protectedDepecation.kt")
public void testProtectedDepecation() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/inline/protectedDepecation.kt");
doTest(fileName);
}
@TestMetadata("publishedApi.kt")
public void testPublishedApi() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/inline/publishedApi.kt");