Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
android
/
lintQuickfix
/
targetApi
/
extend.kt
blob: 8e49ae1bd73bcf5d70969358fd331cf1e100ae7a [
file
] [
log
] [
blame
]
// INTENTION_TEXT: Add @TargetApi(LOLLIPOP) Annotation
// INSPECTION_CLASS: com.android.tools.idea.lint.AndroidLintNewApiInspection
import
android
.
graphics
.
drawable
.
VectorDrawable
class
MyVectorDrawable
:
<caret>
VectorDrawable
()
{
}