Refactor and generate tests on JetPositionManager

This commit is contained in:
Alexander Udalov
2014-09-24 12:11:51 +04:00
parent 9f7979d0ce
commit b5832d2656
29 changed files with 235 additions and 174 deletions
@@ -0,0 +1,7 @@
package insertInBlock
fun foo() {
val lambda = {
val a = 1 // insertInBlock/InsertInBlockPackage$foo$lambda$1
}()
}