Skip to content

Commit

Permalink
Update test expectations due to order changes.
Browse files Browse the repository at this point in the history
(cherry picked from commit 18ab23b)
  • Loading branch information
ting-yuan authored and KSP Auto Pick committed Nov 16, 2023
1 parent ea17eea commit fcf67b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions kotlin-analysis-api/testData/parent.kt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
// parent of <set-?>: b.setter()
// parent of b.setter(): b
// parent of b: topClass
// parent of topClass: synthetic constructor for topClass
// parent of synthetic constructor for topClass: topClass
// parent of Any: InnerClass
// parent of Any?: P
// parent of P: InnerClass
Expand All @@ -145,14 +147,14 @@
// parent of InnerClass<*>: synthetic constructor for InnerClass
// parent of Any?: P
// parent of synthetic constructor for InnerClass: InnerClass
// parent of topClass: synthetic constructor for topClass
// parent of synthetic constructor for topClass: topClass
// parent of CMYK: CMYK
// parent of CMYK: INVARIANT CMYK
// parent of INVARIANT CMYK: Enum
// parent of Enum: Enum<CMYK>
// parent of Enum<CMYK>: CMYK
// parent of CMYK: File: a.kt
// parent of CMYK: synthetic constructor for CMYK
// parent of synthetic constructor for CMYK: CMYK
// parent of C: CMYK
// parent of M: CMYK
// parent of Y: CMYK
Expand All @@ -167,14 +169,15 @@
// parent of EnumEntries<CMYK>: entries.getter()
// parent of entries.getter(): entries
// parent of entries: CMYK
// parent of CMYK: synthetic constructor for CMYK
// parent of synthetic constructor for CMYK: CMYK
// parent of YUV: YUV
// parent of YUV: INVARIANT YUV
// parent of INVARIANT YUV: Enum
// parent of Enum: Enum<YUV>
// parent of Enum<YUV>: YUV
// parent of YUV: null
// parent of YUV: YUV
// parent of YUV: <init>
// parent of <init>: YUV
// parent of Y: YUV
// parent of U: YUV
// parent of V: YUV
Expand Down Expand Up @@ -202,9 +205,6 @@
// parent of EnumEntries<YUV>: entries.getter()
// parent of entries.getter(): entries
// parent of entries: YUV
// parent of YUV: YUV
// parent of YUV: <init>
// parent of <init>: YUV
// parent of HSV: (HSV..HSV?)
// parent of (HSV..HSV?): INVARIANT (HSV..HSV?)
// parent of INVARIANT (HSV..HSV?): Enum
Expand Down
6 changes: 3 additions & 3 deletions kotlin-analysis-api/testData/visibilities.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
// LibEnumJava: <init>: PRIVATE
// LibEnumJava: values: PUBLIC
// LibEnumJava: valueOf: PUBLIC
// LibEnum: <init>: PRIVATE
// LibEnum: values: PUBLIC
// LibEnum: valueOf: PUBLIC
// LibEnum: <init>: PRIVATE
// Enum: <init>: PRIVATE
// Enum: values: PUBLIC
// Enum: valueOf: PUBLIC
// KtEnum: <init>: PRIVATE
// KtEnum: values: PUBLIC
// KtEnum: valueOf: PUBLIC
// KtEnum: <init>: PRIVATE
// KtEnumWithVal: <init>: PRIVATE
// KtEnumWithVal: values: PUBLIC
// KtEnumWithVal: valueOf: PUBLIC
// KtEnumWithVal: <init>: PRIVATE
// END

// MODULE: lib
Expand Down

0 comments on commit fcf67b3

Please sign in to comment.