Fix ConvertAssertToIfWithThrowIntention to avoid shortening more references than intended

This commit is contained in:
Pavel V. Talanov
2014-07-21 14:38:36 +04:00
parent f44ba60d51
commit 740fe70b22
3 changed files with 44 additions and 35 deletions
@@ -1,5 +1,3 @@
//TODO: should not shorten references here
fun main(args: Array<String>) {
asse<caret>rt(false, "mess": kotlin.String)
}