Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertCamelCaseTestFunctionToSpaced
/
notAtIdentifier.kt
blob: ecdd30125c1b31b12c46cb50d47fb23f65b59c36 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
class
A
{
<caret>
fun foo
()
{}
}