Skip to content

Commit

Permalink
Mark some Kotlin ranges as Immutable.
Browse files Browse the repository at this point in the history
* []
* []
* []

PiperOrigin-RevId: 666968224
  • Loading branch information
java-team-github-bot authored and Error Prone Team committed Aug 24, 2024
1 parent 80cef2e commit 90d9390
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ private static ImmutableMap<String, AnnotationInfo> buildImmutableClasses(
.add("kotlin.Pair", "A", "B")
.add("kotlin.Triple", "A", "B", "C")
.add("kotlin.time.Duration")
.add("kotlin.ranges.IntRange")
.add("kotlin.ranges.LongRange")
.add("kotlin.ranges.UIntRange")
.add("kotlin.ranges.ULongRange")
.add("org.threeten.bp.Duration")
.add("org.threeten.bp.Instant")
.add("org.threeten.bp.LocalDate")
Expand Down

0 comments on commit 90d9390

Please sign in to comment.