Class UnnamedVariableShouldUseVarCheck

All Implemented Interfaces:
JavaCheck, JavaFileScanner

public class UnnamedVariableShouldUseVarCheck extends IssuableSubscriptionVisitor
Use `var` instead of a type with unnamed variable (`_`) in foreach and try-with-resources.