Replaced AddReturnTypeFix with SpecifyTypeExplicitlyAction for properties.

This commit is contained in:
Evgeny Gerashchenko
2012-05-03 01:45:58 +04:00
parent c794435640
commit 322578b773
9 changed files with 27 additions and 12 deletions
@@ -1,4 +1,4 @@
// "Add return type declaration" "true"
// "Specify Type Explicitly" "true"
package a
import java.util.List
@@ -1,4 +1,4 @@
// "Add return type declaration" "true"
// "Specify Type Explicitly" "true"
package a
public val <caret>l = java.util.Collections.emptyList<Int>()
@@ -1,4 +1,4 @@
// "Add return type declaration" "true"
// "Specify Type Explicitly" "true"
package a
@@ -1,4 +1,4 @@
// "Add return type declaration" "true"
// "Specify Type Explicitly" "true"
class A() {}
@@ -1,4 +1,4 @@
// "Add return type declaration" "true"
// "Specify Type Explicitly" "true"
package a
@@ -1,4 +1,4 @@
// "Add return type declaration" "true"
// "Specify Type Explicitly" "true"
class A() {}