Remove assert about error type for removing type annotation

This commit is contained in:
Nikolay Krasko
2013-08-03 11:43:25 +04:00
parent 26f14a67ee
commit 3fd265e34a
4 changed files with 15 additions and 1 deletions
@@ -0,0 +1,4 @@
// "Remove explicitly specified type" "true"
package testing
val a = 12
@@ -0,0 +1,4 @@
// "Remove explicitly specified type" "true"
package testing
val a: <caret>Bad = 12