Add test for KT-23992

This commit is contained in:
Dmitriy Novozhilov
2019-02-21 15:26:54 +03:00
parent 92bd907983
commit 1fc6f30c50
4 changed files with 36 additions and 0 deletions
@@ -1444,6 +1444,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/annotations/withUseSiteTarget/GetterAnnotations.kt");
}
@TestMetadata("kt23992.kt")
public void testKt23992() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotations/withUseSiteTarget/kt23992.kt");
}
@TestMetadata("kt26638.kt")
public void testKt26638() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotations/withUseSiteTarget/kt26638.kt");
@@ -1439,6 +1439,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
runTest("compiler/testData/diagnostics/tests/annotations/withUseSiteTarget/GetterAnnotations.kt");
}
@TestMetadata("kt23992.kt")
public void testKt23992() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotations/withUseSiteTarget/kt23992.kt");
}
@TestMetadata("kt26638.kt")
public void testKt26638() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotations/withUseSiteTarget/kt26638.kt");