60bc35b787
#KT-12020 Fixed
4 lines
250 B
Kotlin
Vendored
4 lines
250 B
Kotlin
Vendored
// INTENTION_TEXT: Suppress: Add @SuppressLint("SdCardPath") annotation
|
|
// INSPECTION_CLASS: org.jetbrains.android.inspections.klint.AndroidLintInspectionToolProvider$AndroidKLintSdCardPathInspection
|
|
|
|
class SdCard(val path: String = "<caret>/sdcard") |