mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
7 lines
210 B
Kotlin
Vendored
7 lines
210 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.intentions.CreateKotlinSubClassIntention" "false"
|
|
// ACTION: Convert function to property
|
|
// ACTION: Convert member to extension
|
|
|
|
interface Base {
|
|
fun <caret>foo(): Int
|
|
} |