Do not report UNUSED_PARAMETER in function literal for 1.0 compatibility mode #KT-16010 Fixed

This commit is contained in:
Mikhail Glukhikh
2017-01-27 14:44:43 +03:00
committed by mglukhikh
parent 9fdf16e5d7
commit d8a4a32e9f
6 changed files with 40 additions and 13 deletions
@@ -0,0 +1,3 @@
// !LANGUAGE: -SingleUnderscoreForParameterName
val x = 1.let { arg -> }
@@ -0,0 +1,3 @@
package
public val x: kotlin.Unit