Add regression test: parameter from lambda is removed

This commit is contained in:
Natalia Ukhorskaya
2016-02-20 12:41:48 +03:00
parent 29f385a713
commit c864b67550
5 changed files with 35 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package test
import javaApi.*
class Test {
private val listener = Listener { visibility -> val a = visibility and 1 }
}