KT-4341 No resolved call for right-hand side of equals expression

#KT-4341 Fixed
This commit is contained in:
Svetlana Isakova
2013-12-25 17:35:56 +04:00
parent aca21f78d5
commit 45abab2a2c
4 changed files with 28 additions and 6 deletions
@@ -0,0 +1,6 @@
//KT-4341 No resolved call for right-hand side of equals expression
package g
inline fun <T, U, V> inlineFunWithInvoke(s: (p: T) -> U) {
<!USAGE_IS_NOT_INLINABLE!>s<!> == <!USAGE_IS_NOT_INLINABLE!>s<!> //resolved call for right-hand side 's' not traced
}