Rename LF: DefinitelyNotNullTypeParameters -> DefinitelyNonNullableTypes

This commit is contained in:
Denis.Zharkov
2021-08-11 17:40:03 +03:00
committed by teamcityserver
parent 0e7d51b04d
commit d91155558b
27 changed files with 33 additions and 32 deletions
@@ -1,6 +1,6 @@
// FIR_IDENTICAL
// SKIP_TXT
// !LANGUAGE: -DefinitelyNotNullTypeParameters
// !LANGUAGE: -DefinitelyNonNullableTypes
fun Any.bar() {}
fun Boolean.baz() {}