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