<@U092N7GGG> Dmitriy, sorry, but once more questio...
# announcements
d
@yole Dmitriy, sorry, but once more question i have interface like
Copy code
interface Storage<T : Any> {
    operator fun set(params: CacheBundle?, data: T?)

    operator fun get(action: CacheBundle?): T?
}
but when i’m trying to assign value (invoke set) it gets me error like
data:T? is Nothing? type