Files
kotlin-fork/idea/idea-completion/testData/keywords/CompanionObjectBeforeObject.kt
T
Simon Ogorodnik bd2ad6a089 Tweak keyword completion for lateinit and companion object
#KT-13673 fixed
 #KT-12293 fixed
2017-04-25 14:42:50 +03:00

7 lines
112 B
Kotlin
Vendored

class TestClass {
<caret>
object O {}
}
// EXIST: { itemText: "companion object", tailText: " {...}" }