method ref: isAssignable check; resolve (initial)

This commit is contained in:
anna
2012-09-25 19:44:27 +02:00
parent 71eb8ec93e
commit d1fbf297bc
7 changed files with 158 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ class A {
f(A::foo);
}
private void f(Object foo) {
private void f(Object p0) {
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
}