[FIR] Fix location for CONFLICTING_PROJECTION diagnostics, extend conflictingProjection.kt with test sample
This commit is contained in:
committed by
teamcityserver
parent
ce78457eaa
commit
b85846c0c0
@@ -51,7 +51,7 @@ val String.x1 get() = ""
|
||||
|
||||
fun <K> bar1(f: KFunction2<K, String, String>) {}
|
||||
|
||||
fun <K> bar2(f: <!CONFLICTING_PROJECTION!>KFunction2<out K, String, String><!>) {}
|
||||
fun <K> bar2(f: KFunction2<<!CONFLICTING_PROJECTION!>out<!> K, String, String>) {}
|
||||
|
||||
fun <K> bar3(f: Any?) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user