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