Enable DefinitelyNotNullTypeParameters since 1.7

^KT-26245 In Progress
This commit is contained in:
Denis.Zharkov
2021-08-09 13:12:22 +03:00
committed by teamcityserver
parent c1b5d5551f
commit 9e6af52e1f
14 changed files with 41 additions and 40 deletions
@@ -140,8 +140,8 @@ abstract class AbstractVersionRequirementTest : TestCaseWithTmpdir() {
fun testDefinitelyNotNull() {
doTest(
VersionRequirement.Version(1, 6), DeprecationLevel.ERROR, null, ProtoBuf.VersionRequirement.VersionKind.LANGUAGE_VERSION, null,
customLanguageVersion = LanguageVersion.KOTLIN_1_6,
VersionRequirement.Version(1, 7), DeprecationLevel.ERROR, null, ProtoBuf.VersionRequirement.VersionKind.LANGUAGE_VERSION, null,
customLanguageVersion = LanguageVersion.KOTLIN_1_7,
fqNamesWithRequirements = listOf(
"test.A.foo",
"test.A.w",