Lambda to reference: fix false positive for parameter' class reference
So #KT-22041 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
271cbc1dd3
commit
b5e3db1811
@@ -0,0 +1 @@
|
||||
val isInt: (Any) -> Boolean = <caret>{ a -> Int::class.isInstance(a) }
|
||||
Reference in New Issue
Block a user