a1e86e8bfa
(cherry picked from commit a51d3fc)
9 lines
103 B
Kotlin
Vendored
9 lines
103 B
Kotlin
Vendored
// "Create member function 'F.getValue'" "true"
|
|
class F {
|
|
|
|
}
|
|
|
|
class X {
|
|
val f: Int by F()<caret>
|
|
}
|