Support @file:RestrictTo(RestrictTo.Scope.LIBRARY) style annotations

Kotlin represents the `RestrictTo.Scope.LIBRARY` field reference in a
`@file:RestrictTo(...)` annotation as a `Pair` of `ClassId` and `Name`.
This change adds a test suite test for that and adds support in
`PsiValueFactory`.

Bug: 354633349
Test: ./gradlew
Change-Id: I12bf643493be37223a381284a05aa9e6b11d81de
1 file changed