Files
kotlin-fork/idea/testData/android/lint/wrongImport.kt.181
T
2018-04-11 16:28:35 +03:00

8 lines
253 B
Plaintext
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
}