d90ec3e777
Moved android lint tests from uast-kotlin to idea-android
8 lines
300 B
Kotlin
Vendored
8 lines
300 B
Kotlin
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
|
|
} |