Can be val inspection: local functions are taken into account #KT-13151 Fixed
(cherry picked from commit 57eb4c1)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
0380b6cd88
commit
8600e7348c
+10
@@ -0,0 +1,10 @@
|
||||
fun run(f: () -> Unit) = f()
|
||||
|
||||
fun foo() {
|
||||
var a: Int
|
||||
a = 10
|
||||
|
||||
run {
|
||||
a = 20
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user