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