3 lines
77 B
Kotlin
3 lines
77 B
Kotlin
class A {
|
|
private val isOpen = true // ideally should be atomic boolean
|
|
} |