commit | 6747409199f2c1f611effa85f36b7185ac2c8f0d | [log] [tgz] |
---|---|---|
author | Paul Duffin <[email protected]> | Wed Apr 23 15:20:02 2025 +0100 |
committer | mdb:android-git <superproject-auto-update@invalid> | Sat Apr 26 02:14:28 2025 -0700 |
tree | 4362a5a5156657e05b687c60ecd24e08e3d79a00 | |
parent | 734e1ec0f211e06c72bfac4534993ff6f2cf853b [diff] |
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