Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
FunctionReferenceOperator.kt
blob: 5db5d406bf790d3a32bb2b9159be63fbb56d95f9 [
file
] [
log
] [
blame
]
class
Foo
{
fun bar
()
{}
}
fun baz
()
{
Foo
::
bar
}