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