fun foo() { a } val a by Delegate() class Delegate { fun get(t: Any?, p: PropertyMetadata) = 1 } // EXISTS: a.get(Object\, PropertyMetadata)