Obvious explicit type

Last modified: Last modified: 18 September 2025

Reports local variables' explicitly given types which are obvious and thus redundant, like val f: Foo = Foo().

Example:

After the quick-fix is applied: