mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
overload resolution: cls method text should not be called to avoid decompilation and shortening of the class references
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
import p.A;
|
||||
|
||||
class Test {
|
||||
{
|
||||
A.assertThat("");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user