[Analysis API] update testdata after renderer rework
The new testdata seems to be more correct or just different ^KTIJ-23268
This commit is contained in:
+9
-2
@@ -1,5 +1,12 @@
|
||||
enum class MyEnumClass {
|
||||
FirstEntry,
|
||||
FirstEntry {
|
||||
val a: kotlin.Int
|
||||
},
|
||||
SecondEntry,
|
||||
ThirdEntry
|
||||
ThirdEntry {
|
||||
val b: kotlin.Int
|
||||
|
||||
val kotlin.Int.d: kotlin.Int
|
||||
get()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user