KT-1175 Mark unused literals

This commit is contained in:
svtk
2012-01-27 18:28:54 +04:00
parent ca1abed3a9
commit 11ad28812d
27 changed files with 183 additions and 89 deletions
@@ -1,5 +1,5 @@
fun ff(): Int {
var i = 1
{ (i: Int) -> i }
<!UNUSED_FUNCTION_LITERAL!>{ (i: Int) -> i }<!>
return i
}
}