blob: a91db40c55ec3b9d49aef4b03cd23ea768b4cbe1 [file] [log] [blame]
// "Create Method 'foo'" "true"
class Test {
<R, D> R foo(T<R, D> t, D data) {
return t.f<caret>oo(this, data);
}
}
class T<R, D> {
}