The inverse is kind of possible. ```interface I&l...
# announcements
a
The inverse is kind of possible.
Copy code
interface I<T: Any> {
    fun value(): T?
}
So, I was hoping the non-null equivalent was possible.