ursus
02/20/2024, 6:09 PMClass
which colors everything
I want to distinguish data from "real" reference types.
Especially when `when`ing over a sealed class of data classes, i.e.
when (foo) {
is Foo -> ..
is Bar -> ...
}
the Foo
and Bar
to be a different colorRoman Golyshev
02/22/2024, 1:00 PMursus
02/22/2024, 1:15 PM