var
type that can be replaced withvan explicit type.
The inspection can help find and eliminate usages of implicit types in case of downgrading.
Example:
var str = "Hello";
After the quick-fix is applied:
String str = "Hello";
This inspection only reports if the language level of the project or module is 10 or higher.