Report 'unsupported' on synthetic Java property references

#KT-8575 Open
This commit is contained in:
Alexander Udalov
2015-12-15 17:26:00 +03:00
parent dc84445e2e
commit 0ba0ea5e1f
6 changed files with 67 additions and 2 deletions
@@ -16,4 +16,4 @@ public class Customer {
}
// FILE: test.kt
val customerName = Customer::name
val customerName = Customer::<!UNSUPPORTED!>name<!>