class WhileTest{ public method(){ var; while(true){ var = "String"; } } }