FIR: add test for synthetic property access

This commit is contained in:
Mikhail Glukhikh
2019-07-10 16:46:44 +03:00
parent c35d7eab70
commit 14bbbb5bf5
5 changed files with 18 additions and 0 deletions
@@ -0,0 +1,3 @@
class JavaClass {
public String getFoo() { return null; }
}