Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
removeEmptyClassBody
/
companionWithName.kt.after
blob: 7b745a2b6b2560d501190e88e986562e415f2fdd [
file
] [
log
] [
blame
]
class
Test
{
companion
object
Foo
inline
fun test
()
{}
}
fun
Test
.
Foo
.
foo
()
{}