5 lines
62 B
Kotlin
Vendored
5 lines
62 B
Kotlin
Vendored
fun use(arg: Boolean) {
|
|
if (<caret>arg == true) {
|
|
|
|
}
|
|
} |