[LL FIR] AbstractInBlockModificationTest: cover getNonLocalReanalyzableContainingDeclaration
^KT-60518
This commit is contained in:
committed by
Space Team
parent
c2fd245ca1
commit
f0d8a1cbe9
Vendored
+2
-2
@@ -2,12 +2,12 @@ import kotlin.contracts.contract
|
||||
|
||||
class A {
|
||||
var x: Int
|
||||
ge<caret>t() {
|
||||
get() {
|
||||
contract {
|
||||
req
|
||||
}
|
||||
|
||||
fun doSmth(i: String) = 4
|
||||
fun <expr>doSmth</expr>(i: String) = 4
|
||||
return doSmth("str")
|
||||
}
|
||||
set(value) = Unit
|
||||
|
||||
Reference in New Issue
Block a user