Made "Remove Explicitly Specified Type" available on property type.

This commit is contained in:
Evgeny Gerashchenko
2012-05-03 21:15:55 +04:00
parent d9fc85f6f5
commit 5846123de1
4 changed files with 20 additions and 0 deletions
@@ -0,0 +1,4 @@
// "Remove Explicitly Specified Type" "true"
import java.util.Map
val x = null
@@ -0,0 +1,4 @@
// "Remove Explicitly Specified Type" "true"
import java.util.Map
val x : Map.Entry<Stri<caret>ng, Int>? = null