Add quickfix for UNUSED_LAMBDA_EXPRESSION (#867)

Fixes #KT-9757
This commit is contained in:
Kirill Rakhman
2016-05-06 17:46:12 +02:00
committed by Dmitry Jemerov
parent ca31ce8d88
commit 97c3c633a7
5 changed files with 72 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// "Add 'run' before the lambda expression" "true"
// WITH_RUNTIME
fun foo() {
{}<caret>
}