mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 08:31:35 +00:00
9 lines
113 B
Kotlin
Vendored
9 lines
113 B
Kotlin
Vendored
package test
|
|
|
|
class ClassWithNamedClassObject {
|
|
companion object Named {
|
|
fun a() {
|
|
}
|
|
}
|
|
}
|