mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
9 lines
180 B
Kotlin
9 lines
180 B
Kotlin
fun test() {
|
|
class A {
|
|
<!COMPANION_OBJECT_NOT_ALLOWED!>companion<!> object {}
|
|
}
|
|
|
|
object {
|
|
<!COMPANION_OBJECT_NOT_ALLOWED!>companion<!> object {}
|
|
}
|
|
} |