this would have to make the compiler give an error message for every place where you are not initializing a variable. This behaviour is borrowed from java local variable behaviour and actually makes tons of sense as a default.
this would include:
- static variables
- local variables
- thread local variables
- member variables
- (arg) global variables