MoveAssignmentToInitializerIntention to select property type when it can be removed

This commit is contained in:
Valentin Kipyatkov
2015-10-16 16:25:34 +03:00
parent fc89b1e766
commit e42bb1698d
15 changed files with 120 additions and 44 deletions
@@ -0,0 +1,5 @@
// WITH_RUNTIME
fun foo(): List<String> {
return emptyList()<caret>
}