Files
kotlin-fork/idea/testData/inspectionsLocal/redundantGetter/external.kt
T
2019-02-19 13:03:11 +03:00

5 lines
78 B
Kotlin
Vendored

// PROBLEM: none
class Foo {
val foo: String
external <caret>get
}