google / truth

Fluent assertions for Java and Android
https://truth.dev/
Apache License 2.0
2.73k stars 260 forks source link

Remove `@J2ktIncompatible` from `StringSubject#matches` #1245

Closed copybara-service[bot] closed 8 months ago

copybara-service[bot] commented 8 months ago

Remove @J2ktIncompatible from StringSubject#matches

It was only marked so because there was a @GwtIncompatible. It is necessary for Guava unit tests.

RELNOTES=n/a