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

4 lines
73 B
Plaintext
Vendored

class Foo {
val foo: String = ""
@Deprecated("") <caret>get
}