ssjw

Results 1 comments of ssjw

@bgrounds This type checks correctly without annotating the variables. Also, return type is correctly typed to `Option[int]` instead of `Option[Any]` (I replied about that in another issue). ```python @OptionBuilder[int]() def...