Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertPropertyGetterToInitializerIntention/after.kt.template
T
2018-08-14 15:32:20 +03:00

3 lines
45 B
Plaintext

class A {
val foo: Int = <spot>1</spot>
}