Check return type of internal @PublishedApi functions in Explicit API mode

#KT-38981 Fixed
This commit is contained in:
Leonid Startsev
2020-09-08 14:24:00 +03:00
parent a9972913a6
commit 5f0e7c3c3f
3 changed files with 17 additions and 2 deletions
@@ -68,6 +68,11 @@ public class DiagnosticsWithExplicitApiGenerated extends AbstractDiagnosticsWith
runTest("compiler/testData/diagnostics/testsWithExplicitApi/properties.kt");
}
@TestMetadata("publishedApi.kt")
public void testPublishedApi() throws Exception {
runTest("compiler/testData/diagnostics/testsWithExplicitApi/publishedApi.kt");
}
@TestMetadata("toplevel.kt")
public void testToplevel() throws Exception {
runTest("compiler/testData/diagnostics/testsWithExplicitApi/toplevel.kt");