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