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

2 lines
46 B
Plaintext

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