5 lines
81 B
Kotlin
Vendored
5 lines
81 B
Kotlin
Vendored
interface T{
|
|
fun foo(): Int {
|
|
return <selection>1</selection>
|
|
}
|
|
} |