[LL FIR] AbstractInBlockModificationTest: cover getNonLocalReanalyzableContainingDeclaration

^KT-60518
This commit is contained in:
Dmitrii Gridin
2023-07-18 15:23:56 +02:00
committed by Space Team
parent c2fd245ca1
commit f0d8a1cbe9
84 changed files with 126 additions and 117 deletions
@@ -2,6 +2,6 @@ class MyProducer {
fun produce(): Int = 4
}
fun MyProducer.test<caret>Fun(param1: Int = produce()) {
fun MyProducer.testFun(param1: Int = produce()) {
<expr>42</expr>
}