Added tests for argument mapping
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// !ONLY_ARGUMENTS
|
||||
// !CALL: foo
|
||||
// !ARG_1: A() = ArgumentMatch(t : A, SUCCESS)
|
||||
|
||||
class A {}
|
||||
|
||||
fun <T> foo(t: T) {}
|
||||
|
||||
fun bar() {
|
||||
foo(A())
|
||||
}
|
||||
Reference in New Issue
Block a user