Files
kotlin-fork/idea/testData/inspectionsLocal/redundantSetter/withAnnotaionAndTrivialBlockBody.kt.after
T

4 lines
66 B
Plaintext
Vendored

class Foo {
var foo: String = ""
@Deprecated("") set
}