Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
abstract
/
nonAbstractFunctionWithNoBody.kt
blob: 0e070005a498a4d3eb0ada274bcd5d62c4534411 [
file
] [
log
] [
blame
]
// "Add function body" "true"
class
A
()
{
fun
<caret>
foo
()
}