RedMadRobot / flipper

Flipper is a simple and useful tool to deal with feature toggles
MIT License
71 stars 3 forks source link

Fixed nullability of returnAb #2

Closed osipxd closed 4 years ago

osipxd commented 4 years ago

It was impossible to get a non-nullable value from returnAb function. I've fixed it and added tests for this case.