FIR: preserve diagnostics in createResolvedNamedReference
This commit is contained in:
committed by
TeamCityServer
parent
1b6fa4303f
commit
7aaac2573c
+1
-1
@@ -40,7 +40,7 @@ fun test() {
|
||||
baz {
|
||||
y()
|
||||
|
||||
<!UNRESOLVED_REFERENCE!>x<!>()
|
||||
<!UNRESOLVED_REFERENCE_WRONG_RECEIVER!>x<!>()
|
||||
|
||||
with(D()) {
|
||||
x()
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ fun test() {
|
||||
baz {
|
||||
y()
|
||||
|
||||
<!UNRESOLVED_REFERENCE!>x<!>()
|
||||
<!UNRESOLVED_REFERENCE_WRONG_RECEIVER!>x<!>()
|
||||
|
||||
with(D()) {
|
||||
x()
|
||||
|
||||
Reference in New Issue
Block a user