Enum syntax: source code fixed

This commit is contained in:
Mikhail Glukhikh
2015-08-05 20:02:08 +03:00
parent 0ccdf1d43b
commit 8405a9a021
@@ -43,7 +43,7 @@ abstract class BuiltInsSourceGenerator(val out: PrintWriter) {
protected open val language: Language = Language.KOTLIN
enum class Language {
KOTLIN
KOTLIN,
JAVA
}