Files
kotlin-fork/idea/resources/intentionDescriptions/AddValVarToConstructorParameterActionIntention/before.kt.template
T

2 lines
42 B
Plaintext

class Foo(n: Int, <spot>s</spot>: String)