Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
deprecatedSymbolUsage
/
toMethodFromCompanionObject.before.Main.kt
blob: 9a2df30adae6ebcba9e9f3e1a210be4fce96ad17 [
file
] [
log
] [
blame
]
// "Replace with 'newFun(this)'" "true"
fun foo
(
c
:
dependency
.
C
)
{
c
.<
caret
>
oldFun
()
}