<@U293HRATH> but how do u think, have any case wit...
# announcements
q
@stoyicker but how do u think, have any case with NPE on a runtime here:
Copy code
if (storage[currentModelClass] == null) {
            storage[currentModelClass] = hashMapOf()
        }

        currentModels = storage[currentModelClass]!! // can be NPE here