Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertPropertyInitializerToGetterIntention/before.kt.template
T
Anton Sukhonosenko 6b49ac6b46 #KT-9938 Fixed
2015-12-06 01:44:57 +03:00

3 lines
45 B
Plaintext

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