Join Slack
Powered by
The idea is that `i` must be initialized in `init`...
# announcements
m
michaelrocks
04/06/2016, 7:20 PM
The idea is that
i
must be initialized in
init
. It means that there must be no code path where
i
is not initialized. So you can either throw an exception after
System.exit(1)
or initialize
i
with some value.
Open in Slack
Previous
Next