[LL FIR] AbstractInBlockModificationTest: cover getNonLocalReanalyzableContainingDeclaration
^KT-60518
This commit is contained in:
committed by
Space Team
parent
c2fd245ca1
commit
f0d8a1cbe9
Vendored
+2
-2
@@ -1,10 +1,10 @@
|
||||
class A {
|
||||
fun <caret>x() {
|
||||
fun x() {
|
||||
contract {
|
||||
req
|
||||
}
|
||||
|
||||
val a = doSmth("str")
|
||||
val <expr>a</expr> = doSmth("str")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user