fa01a4efad
#KT-12872 fixed
10 lines
134 B
Kotlin
Vendored
10 lines
134 B
Kotlin
Vendored
fun context() {
|
|
fun local() {
|
|
|
|
}
|
|
|
|
<caret>local()
|
|
}
|
|
|
|
//INFO: <pre><b>local</b> <b>final</b> <b>fun</b> local(): Unit</pre>
|