blob: 03103f4c4b058050945df4e31e3d437d31281a2c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.2.0-dev" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.0-dev)" variant="all" version="7.2.0-dev">
<issue
id="UnknownNullness"
message="Should explicitly declare type here since implicit type does not specify nullness"
errorLine1=" internal fun getReport() = checkState().run { getReport(&quot;&quot;, &quot;&quot;) }"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/androidx/benchmark/BenchmarkState.kt"
line="461"
column="18"/>
</issue>
<issue
id="UnknownNullness"
message="Should explicitly declare type here since implicit type does not specify nullness"
errorLine1="internal fun String.toOutputMetricName() = this"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/benchmark/MetricNameUtils.kt"
line="32"
column="21"/>
</issue>
</issues>