Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
extractInterface
/
privateMemberWithUsages.kt
blob: 7b59472f4c57653247673831cff09855cdf57794 [
file
] [
log
] [
blame
]
// NAME: I
// SIBLING:
class
<caret>
Foo
{
// INFO: {checked: "true"}
private
fun privateFun
()
=
0
fun refer
()
=
privateFun
()
}