Files
kotlin-fork/idea/testData/multiModuleQuickFix/memberFunToExtensionByImpl/js/js.kt.after
T
2017-08-15 19:08:27 +03:00

8 lines
90 B
Plaintext
Vendored

// "Convert member to extension" "true"
impl class Foo {
}
impl fun Foo.foo(n: Int) {
}