Files
kotlin-fork/idea/testData/android/lint/wrongImport.kt
T
Vyacheslav Gerasimov bc403ce744 Switch to 181 platform
2018-04-27 18:25:17 +03:00

8 lines
253 B
Kotlin
Vendored

// INSPECTION_CLASS: com.android.tools.idea.lint.AndroidLintSuspiciousImportInspection
//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
}