Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8d40addca3a75fc9776c1837e59eaa2717c1b2d0
/
.
/
analysis
/
symbol-light-classes
/
testData
/
lightElements
/
companionBlockFunction.kt
blob: 414674818e6e39f04a45ba40c11bb66c46e0e37c [
file
]
// EXPECTED: org.jetbrains.kotlin.light.classes.symbol.methods.SymbolLightSimpleMethod
// LANGUAGE: +CompanionBlocksAndExtensions
class
C
{
companion
{
fun gre
<caret>
et
():
String
=
"Hi"
}
}