[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -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) {
|
||||
s == s //resolved call for right-hand side 's' not traced
|
||||
}
|
||||
Reference in New Issue
Block a user