mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
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>
|