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