Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
ImplementAbstractMemberAsConstructorParameterIntention
/
after.kt.template
blob: fba9fb7899fb82832a1f335bceafb813882ec57e [
file
]
interface
A
{
val foo
:
Int
}
class
B
(<
spot
>
override
val foo
:
Int
</
spot
>)
:
A
{
}