Fixed bug in DeprecatedLambdaSyntaxFix

This commit is contained in:
Valentin Kipyatkov
2015-05-10 12:01:45 +03:00
parent ed595aab27
commit 67a5e8a69d
5 changed files with 36 additions and 6 deletions
@@ -1,6 +1,7 @@
// "Migrate lambda syntax in whole project" "true"
val a = fun (): Int {
val b = fun (): Int = 5
return b()