AbstractReferenceResolveTest
Instead of relying on UNRESOLVED_REFERENCE directive for the whole file, just render the unresolved reference right in the .txt testdata This will allow to introduce multi-caret resolve testdata more naturally Required for KT-65152 and KT-62695
kotlin.
^KT-63223
kotlin*.
`kotlin*.` packages should be always allowed. `kotlin.` packages should be allowed if `AnalysisFlags.allowKotlinPackage` is `true` ^KT-63223 fixed