929d06c86f
#KT-8426 Fixed
5 lines
115 B
Plaintext
Vendored
5 lines
115 B
Plaintext
Vendored
// "Create property 'foo' as constructor parameter" "true"
|
|
|
|
class A(val foo: Int) {
|
|
val test: Int get() = foo
|
|
} |