Files
kotlin-fork/idea/testData/multiModuleQuickFix/other/memberFunToExtensionByImpl/js/js.kt.after
T
2019-08-27 17:26:08 +07:00

8 lines
94 B
Plaintext
Vendored

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