MoveAssignmentToInitializerIntention to select property type when it can be removed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo(): List<String> {
|
||||
return emptyList()<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user