5408c6ea77
Copy elements that are partially selected as text
11 lines
66 B
Kotlin
11 lines
66 B
Kotlin
class A {
|
|
|
|
|
|
fun foo() {}
|
|
|
|
fun bar() {}
|
|
|
|
|
|
|
|
fun f() {}
|
|
} |