Add analysisFlags of LanguageVersionSettings to toString() method
This commit is contained in:
committed by
TeamCityServer
parent
7e59e083d3
commit
a0007bf244
@@ -382,6 +382,9 @@ class LanguageVersionSettingsImpl @JvmOverloads constructor(
|
|||||||
}
|
}
|
||||||
append(" $char$feature")
|
append(" $char$feature")
|
||||||
}
|
}
|
||||||
|
analysisFlags.forEach { (flag, value) ->
|
||||||
|
append(" $flag:$value")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun isPreRelease(): Boolean = languageVersion.isPreRelease() ||
|
override fun isPreRelease(): Boolean = languageVersion.isPreRelease() ||
|
||||||
|
|||||||
Reference in New Issue
Block a user