Rename LF: DefinitelyNotNullTypeParameters -> DefinitelyNonNullableTypes
This commit is contained in:
committed by
teamcityserver
parent
0e7d51b04d
commit
d91155558b
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
// !LANGUAGE: -DefinitelyNotNullTypeParameters
|
||||
// !LANGUAGE: -DefinitelyNonNullableTypes
|
||||
|
||||
fun <T> foo(x: T, y: <!UNSUPPORTED_FEATURE!>T & Any<!>): List<<!UNSUPPORTED_FEATURE!>T & Any<!>>? = null
|
||||
|
||||
Reference in New Issue
Block a user