f861b10798
#KT-30078 Fixed
8 lines
120 B
Plaintext
Vendored
8 lines
120 B
Plaintext
Vendored
// "Add getter" "true"
|
|
// WITH_RUNTIME
|
|
class Test {
|
|
val x: Int
|
|
get() {
|
|
<caret>TODO()
|
|
}
|
|
} |