1d134ffc72
#KT-14857 Fixed
8 lines
284 B
Kotlin
Vendored
8 lines
284 B
Kotlin
Vendored
// INTENTION_TEXT: Add @TargetApi(KITKAT) Annotation
|
|
// INSPECTION_CLASS: org.jetbrains.android.inspections.klint.AndroidLintInspectionToolProvider$AndroidKLintInlinedApiInspection
|
|
|
|
class Test {
|
|
fun foo(): Int {
|
|
return android.R.attr.<caret>windowTranslucentStatus
|
|
}
|
|
} |