```when (it) { Loading, Uninitialized -> { ...
# getting-started
u
Copy code
when (it) {
    Loading, Uninitialized -> {
        ...
    }
    is Success -> {
        ...
    }
    is Fail -> {
        ...
    }
}
it's a sealed class. Can I make the case literals stand out via color. It's white for me, hard to pick up