[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
|
||||
inline operator fun <reified T> T.plus(p: T): T = this
|
||||
|
||||
inline operator fun <reified T> T.invoke(): T = this
|
||||
|
||||
fun <A> main(tp: A, any: Any) {
|
||||
tp + tp
|
||||
any + any
|
||||
|
||||
tp()
|
||||
any()
|
||||
}
|
||||
Reference in New Issue
Block a user