Convert reference to lambda intention introduced #KT-13393 Fixed

This commit is contained in:
Mikhail Glukhikh
2016-11-21 18:04:02 +03:00
parent 27df76b02d
commit b111d1ba69
39 changed files with 346 additions and 15 deletions
@@ -1,6 +1,7 @@
// "Create function 'foo'" "false"
// ACTION: Convert to expression body
// ACTION: Rename reference
// ACTION: Convert reference to lambda
// ERROR: Unresolved reference: foo
fun bar(n: Int) = "$n"