mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
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 {
|
|
} |