mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
18 lines
519 B
Kotlin
Vendored
18 lines
519 B
Kotlin
Vendored
class Outer {
|
|
companion object {
|
|
class SomeClass : java.io.Serializable {
|
|
companion object CompanionName {
|
|
private object SomeObject {
|
|
fun String.someFun(p: Int, b: Boolean): String {
|
|
fun localFun() {
|
|
val v = doIt(fun (x: Int, y: Char) {
|
|
<caret>
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|