Skip to content

Commit

Permalink
AA: add test case for nested annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia committed Jul 11, 2023
1 parent 4bd9ce2 commit 9973ee2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,12 @@ class KSPAATest : AbstractKSPAATest() {
runTest("../test-utils/testData/api/multipleModules.kt")
}

@TestMetadata("nestedAnnotations.kt")
@Test
fun testNestedAnnotations() {
runTest("../test-utils/testData/api/nestedAnnotations.kt")
}

@Disabled
@TestMetadata("nestedClassType.kt")
@Test
Expand Down

0 comments on commit 9973ee2

Please sign in to comment.