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

5 lines
93 B
Kotlin
Vendored

// "Convert member to extension" "true"
impl class Foo {
impl val <caret>foo get() = 1
}