[CHERRY PICKED FROM IJ] [cleanup] Inline VersionView.RELEASED_VERSION

The variable is redundant

GitOrigin-RevId: 99e0e06f8eda6410c41a67b88db50d4d8b5f52ca
Original commit: https://github.com/JetBrains/intellij-community/commit/8b09416812def39f15cdcd7e836129ca6ccc2094
This commit is contained in:
Nikita Bobko
2021-11-01 15:20:08 +01:00
parent fd843ad4be
commit b252897a01
2 changed files with 2 additions and 4 deletions
@@ -43,7 +43,7 @@ class KotlinChunk internal constructor(val context: KotlinCompileContext, val ta
val haveSameCompiler = targets.all { it.javaClass == representativeTarget.javaClass }
private val defaultLanguageVersion = VersionView.RELEASED_VERSION
private val defaultLanguageVersion = LanguageVersion.LATEST_STABLE
val compilerArguments by lazy {
representativeTarget.jpsModuleBuildTarget.module.kotlinCompilerArguments.also {