Enum warnings fixed: deprecated delimiters, short super constructors, both in project and in libraries
This commit is contained in:
@@ -21,8 +21,8 @@ import org.jetbrains.org.objectweb.asm.tree.LabelNode
|
||||
import org.jetbrains.kotlin.codegen.inline.InlineCodegenUtil.*
|
||||
|
||||
enum class TryCatchPosition {
|
||||
START
|
||||
END
|
||||
START,
|
||||
END,
|
||||
INNER
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user