blob: 6bf16e1b58409b83b07e34130b9d0f1582c3e407 [file] [log] [blame]
package p1.p2
import android.os.Vibrator
@Suppress("unused")
class LocationTest {
fun test(vibrator: Vibrator) {
<error>vibrator.can<caret>cel()</error>
}
}