[FIR] Do not build synthetics for static or Unit returning get

This commit is contained in:
Mikhail Glukhikh
2020-01-22 12:30:24 +03:00
parent 69ecbd93a9
commit 84c8697720
2 changed files with 8 additions and 2 deletions
@@ -2,8 +2,8 @@
fun foo(javaClass: JavaClass) {
javaClass.<!UNRESOLVED_REFERENCE!>something1<!>
javaClass.<!UNRESOLVED_REFERENCE!>something2<!>
javaClass.somethingStatic
javaClass.somethingVoid
javaClass.<!UNRESOLVED_REFERENCE!>somethingStatic<!>
javaClass.<!UNRESOLVED_REFERENCE!>somethingVoid<!>
javaClass.<!UNRESOLVED_REFERENCE!>ter<!>
}