blob: 351566aa375723b3f0e4e36bb48249a90339f34c [file]
// COMPILATION_ERRORS
class A {
companion object Companion
companion object B
companion object C {}
companion object
object C
}