Extraction Engine: Report conflict on all diagnostics from UNRESOLVED_REFERENCE group
#KT-9117 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// SIBLING:
|
||||
class A {
|
||||
fun foo() {
|
||||
val a = B()
|
||||
<selection>a.unresolved()</selection>
|
||||
}
|
||||
|
||||
private fun B.unresolved() = 1
|
||||
}
|
||||
|
||||
class B
|
||||
|
||||
private fun A.unresolved() = 1
|
||||
+1
@@ -0,0 +1 @@
|
||||
Function A.unresolved will no longer be accessible after extraction
|
||||
Reference in New Issue
Block a user