929d06c86f
#KT-8426 Fixed
7 lines
135 B
Plaintext
Vendored
7 lines
135 B
Plaintext
Vendored
// "Create property 'foo' as constructor parameter" "true"
|
|
|
|
class A<T>(val foo: T) {
|
|
val test: T get() {
|
|
return foo
|
|
}
|
|
} |