overload resolution: cls method text should not be called to avoid decompilation and shortening of the class references

This commit is contained in:
Anna Kozlova
2016-01-27 20:02:35 +03:00
parent cd98935bbe
commit 5a1929cacc
4 changed files with 22 additions and 2 deletions
@@ -0,0 +1,7 @@
import p.A;
class Test {
{
A.assertThat("");
}
}