mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
method refs: turn highlighting on; check valid context
This commit is contained in:
+2
-2
@@ -22,7 +22,7 @@ class C {
|
||||
void use(Simplest s) { }
|
||||
|
||||
void test() {
|
||||
Simplest simplest = <weak_warning descr="Method references type check is not yet implemented">this::simplest</weak_warning>;
|
||||
use(<weak_warning descr="Method references type check is not yet implemented">this::simplest</weak_warning>);
|
||||
Simplest simplest = this::simplest;
|
||||
use(this::simplest);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user