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