Add test for KT-23992
This commit is contained in:
@@ -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");
|
||||
|
||||
Generated
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user