-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ULC] fix testData in the plugin (related to repeatable annotation)
(cherry picked from commit 724194d)
- Loading branch information
1 parent
c5229d6
commit 206d7d9
Showing
3 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
compiler/testData/asJava/lightClasses/SpecialAnnotationsOnAnnotationClass.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
compiler/testData/asJava/lightClasses/SpecialAnnotationsOnAnnotationClass_1_6.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
compiler/testData/asJava/lightClasses/compilationErrors/RepetableAnnotations.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// p.Annotations | ||
// SKIP_SANITY_TEST | ||
|
||
package p | ||
|
||
|
||
|