Intention to replace a shorthand type with a reconstructed one

This commit is contained in:
Andrey Breslav
2013-09-13 00:30:13 +02:00
parent a9134f8eff
commit 8bf1ab85ab
15 changed files with 166 additions and 2 deletions
@@ -0,0 +1 @@
foo as <spot>Map<String, String></spot>
@@ -0,0 +1 @@
foo as <spot>Map</spot>
@@ -0,0 +1,5 @@
<html>
<body>
This intention replaces a shortened type on the right-hand side of as/as?/is/!is by its complete version
</body>
</html>