[CHERRY PICKED FROM IJ] [kotlin] i18n
GitOrigin-RevId: 0a55f4d8b088328c83e1af233f7f34ffd51e2382 Original commit: https://github.com/JetBrains/intellij-community/commit/3b2e2d8afdaafde31d52eb32cffae9c4aae6704b
This commit is contained in:
committed by
Nikita Bobko
parent
169ecabd2c
commit
cb0955a82d
@@ -16,7 +16,10 @@
|
||||
|
||||
package org.jetbrains.kotlin.config
|
||||
|
||||
import com.intellij.openapi.util.NlsSafe
|
||||
|
||||
object CompilerRunnerConstants {
|
||||
const val KOTLIN_COMPILER_NAME = "Kotlin"
|
||||
@NlsSafe
|
||||
const val INTERNAL_ERROR_PREFIX = "[Internal Error] "
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user