Remove assert about error type for removing type annotation
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user