Remove Explicit Type in Kotlin

Use quick intentions to remove explicit types.

In Kotlin, we can remove an explicit type specification with ⌥⏎ (macOS) / Alt+Enter (Windows/Linux).


Related Resources

Add Names to Call Arguments in Kotlin
Add Names to Call Arguments in Kotlin
Use quick intentions to add names to call arguments.
Add Remaining Branches in Kotlin
Add Remaining Branches in Kotlin
Use quick intentions to generate code automatically and save you typing.
Kotlin Code Completion
Kotlin Code Completion
Use code and statement completion to write code faster.