Files
kotlin-fork/idea/resources/intentionDescriptions/AddOpenModifierIntention/after.kt.template
T

5 lines
59 B
Plaintext

open class Foo {
<spot>open</spot> fun foo() {
}
}