bd2ad6a089
#KT-13673 fixed #KT-12293 fixed
7 lines
112 B
Kotlin
Vendored
7 lines
112 B
Kotlin
Vendored
class TestClass {
|
|
<caret>
|
|
object O {}
|
|
}
|
|
|
|
// EXIST: { itemText: "companion object", tailText: " {...}" }
|