Temporary workaround for failing tests on teamcity.

This commit should be reverted later with testdata update
This commit is contained in:
Stanislav Erokhin
2021-12-22 16:27:36 +01:00
parent 96e893223f
commit 2436ca3d8b
2 changed files with 2 additions and 2 deletions
@@ -202,7 +202,7 @@ class JavaTypeEnhancementStateParser(
}
companion object {
private val DEFAULT = JavaTypeEnhancementStateParser(MessageCollector.NONE, KotlinVersion.CURRENT)
private val DEFAULT = JavaTypeEnhancementStateParser(MessageCollector.NONE, KotlinVersion(1, 6, 20))
private const val NULLABILITY_ANNOTATIONS_COMPILER_OPTION = "-Xnullability-annotations"
fun parsePlainNullabilityAnnotationReportLevels(nullabilityAnnotations: String): Pair<FqName, ReportLevel> =