blob: 5f026bac0a5832955ecde685f9c51da6e9e562ad [file] [log] [blame]
package p1.p2
import android.os.Vibrator
import androidx.annotation.RequiresPermission
@Suppress("unused")
class LocationTest {
@RequiresPermission(value = "foo.bar.baz")
fun test(vibrator: Vibrator) {
<error>vibrator.can<caret>cel()</error>
}
}