Has platform type inspection is now intention-based

(cherry picked from commit 7cc6b9b)
This commit is contained in:
Mikhail Glukhikh
2016-06-20 17:38:12 +03:00
committed by Mikhail Glukhikh
parent a68e8e0db5
commit 70becfbd86
5 changed files with 54 additions and 57 deletions
@@ -3,6 +3,5 @@
// ACTION: Convert to block body
// ACTION: Create test
// ACTION: Specify return type explicitly
// ACTION: Specify return type explicitly
fun foo<caret>() = arrayOf(java.lang.String.valueOf(1))