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

4 lines
66 B
Plaintext
Vendored

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