Enum warnings fixed: deprecated delimiters, short super constructors, both in project and in libraries

This commit is contained in:
Mikhail Glukhikh
2015-05-18 13:19:52 +03:00
parent 5c3d8c1616
commit fdf0ea5546
77 changed files with 399 additions and 399 deletions
@@ -32,8 +32,8 @@ public class ExceptionThrown(public val exception: ObjectValue, public val kind:
override fun toString(): String = "Thrown $exception: $kind"
public enum class ExceptionKind {
FROM_EVALUATED_CODE
FROM_EVALUATOR
FROM_EVALUATED_CODE,
FROM_EVALUATOR,
BROKEN_CODE
}
}