[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:
+5
-4
@@ -1,7 +1,8 @@
|
||||
enum class Style {
|
||||
SHEET;
|
||||
|
||||
constructor(value: kotlin.String)
|
||||
enum class Style(value: kotlin.String) {
|
||||
SHEET {
|
||||
override val exitAnimation: kotlin.String
|
||||
get()
|
||||
};
|
||||
|
||||
abstract val exitAnimation: kotlin.String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user