blob: 414674818e6e39f04a45ba40c11bb66c46e0e37c [file]
// EXPECTED: org.jetbrains.kotlin.light.classes.symbol.methods.SymbolLightSimpleMethod
// LANGUAGE: +CompanionBlocksAndExtensions
class C {
companion {
fun gre<caret>et(): String = "Hi"
}
}