6 lines
92 B
Kotlin
6 lines
92 B
Kotlin
fun foo() {
|
|
<selection>class A {}
|
|
"bbb"</selection>
|
|
|
|
val myClass = A()
|
|
} |