Enum warnings fixed: deprecated delimiters, short super constructors, both in project and in libraries
This commit is contained in:
+2
-2
@@ -357,8 +357,8 @@ trait JavaTypeAttributes {
|
||||
}
|
||||
|
||||
enum class JavaTypeFlexibility {
|
||||
INFLEXIBLE
|
||||
FLEXIBLE_UPPER_BOUND
|
||||
INFLEXIBLE,
|
||||
FLEXIBLE_UPPER_BOUND,
|
||||
FLEXIBLE_LOWER_BOUND
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -44,8 +44,8 @@ public class KotlinClassHeader(
|
||||
}
|
||||
|
||||
public enum class Kind {
|
||||
CLASS
|
||||
PACKAGE_FACADE
|
||||
CLASS,
|
||||
PACKAGE_FACADE,
|
||||
SYNTHETIC_CLASS
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user