9 lines
101 B
Kotlin
Vendored
9 lines
101 B
Kotlin
Vendored
// "Create member function 'getValue'" "true"
|
|
class F {
|
|
|
|
}
|
|
|
|
class X {
|
|
val f: Int by F()<caret>
|
|
}
|