a1e86e8bfa
(cherry picked from commit a51d3fc)
10 lines
292 B
Plaintext
Vendored
10 lines
292 B
Plaintext
Vendored
// "Create member function 'C.foo'" "true"
|
|
class SetOptions
|
|
|
|
fun isModified(setOptions: SetOptions, c: C) = c.foo(setOptions)
|
|
|
|
class C {
|
|
fun foo(options: SetOptions): Any {
|
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
}
|
|
} |