Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
deprecatedSymbolUsage
/
toMethodFromCompanionObject.after.kt
blob: be7e6d377b6b1b06cc9fffb7812bcac77f896844 [
file
] [
log
] [
blame
]
import
dependency
.
C
.
Companion
.
newFun
// "Replace with 'newFun(this)'" "true"
fun foo
(
c
:
dependency
.
C
)
{
newFun
(
c
)
}