Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
android
/
lintQuickfix
/
targetApi
/
inlinedConstant.kt
blob: 8b233964e079a413de710c3272b040276bef0de2 [
file
] [
log
] [
blame
]
// 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
}
}