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