[LL FIR] AbstractInBlockModificationTest: cover getNonLocalReanalyzableContainingDeclaration
^KT-60518
This commit is contained in:
committed by
Space Team
parent
c2fd245ca1
commit
f0d8a1cbe9
Vendored
+2
-1
@@ -1,8 +1,9 @@
|
||||
import kotlin.contracts.*
|
||||
|
||||
class A {
|
||||
fun passLa<caret>mbdaValue(l: ContractBuilder.() -> Unit) {
|
||||
fun passLambdaValue(l: ContractBuilder.() -> Unit) {
|
||||
contract(l)
|
||||
<expr>42</expr>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user