8 lines
237 B
Kotlin
Vendored
8 lines
237 B
Kotlin
Vendored
// INTENTION_TEXT: Add @TargetApi(KITKAT) Annotation
|
|
// INSPECTION_CLASS: com.android.tools.idea.lint.AndroidLintInlinedApiInspection
|
|
|
|
class Test {
|
|
fun foo(): Int {
|
|
return android.R.attr.<caret>windowTranslucentStatus
|
|
}
|
|
} |