Lambda to reference: fix false positive for parameter' class reference

So #KT-22041 Fixed
This commit is contained in:
Toshiaki Kameyama
2018-05-25 07:10:09 +03:00
committed by Mikhail Glukhikh
parent 271cbc1dd3
commit b5e3db1811
5 changed files with 18 additions and 1 deletions
@@ -0,0 +1,2 @@
// IS_APPLICABLE: false
val f: (Any) -> Boolean = <caret>{ a -> a::class.isInstance(a) }