Unit
Example:
fun test(): Unit { ... }
The quick fix removes the Unit return type:
fun test() { ... }