Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
EmptyLineBetweeAbstractFunctions.after.kt
blob: 170addc5e64155263719dc8f759cfefec9f257d2 [
file
] [
log
] [
blame
]
interface
Some
{
fun f1
()
fun f2
()
}
abstract
class
Abstract
()
{
abstract
fun f1
()
abstract
fun f2
()
}