4a91957ff0
Use the property as PSI element origin for delegated property accessors and field in JVM IR as it is done in the old JVM backend. Otherwise kapt "correct error types" mode can't find the property type and thus cannot succeed in "resolving" it, which led to java.lang.Object being used as a fallback. Note that in the unmuted test, .txt and _ir.txt dumps differ only in an unrelated NotNull annotation on a delegate field. See also KT-37586 for some related changes which fixed this problem initially in kapt.