8 lines
300 B
Plaintext
Vendored
8 lines
300 B
Plaintext
Vendored
// INSPECTION_CLASS: org.jetbrains.android.inspections.klint.AndroidLintInspectionToolProvider$AndroidKLintSuspiciousImportInspection
|
|
|
|
//Warning
|
|
<warning descr="Don't include `android.R` here; use a fully qualified name for each usage instead">import android.R</warning>
|
|
|
|
fun a() {
|
|
R.id.button1
|
|
} |