a1e86e8bfa
(cherry picked from commit a51d3fc)
7 lines
145 B
Kotlin
Vendored
7 lines
145 B
Kotlin
Vendored
// "Create member function 'C.foo'" "true"
|
|
class SetOptions
|
|
|
|
fun isModified(setOptions: SetOptions, c: C) = c.<caret>foo(setOptions)
|
|
|
|
class C {
|
|
} |