Remove explicit type specification: don't propose for ext function type
#KT-8875 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
c8cbe05722
commit
8b2fef3812
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
val foo: <caret>Int.() -> String = {
|
||||
toString() + hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user