f60a7ffab0
#KT-4578 Fixed
8 lines
120 B
Kotlin
Vendored
8 lines
120 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class TestClass {
|
|
val <caret>text: String
|
|
get() {
|
|
return ""
|
|
}
|
|
} |