but I just did ```typealias Col_ = Int val Col_.n...
# announcements
e
but I just did
Copy code
typealias Col_ = Int
val Col_.name get() = when(this){
        Col.Text -> "Text"
        ...
}