Use-site targets in action

Report a typo

Apply the @Delete and @NoTesting annotations to the get method of the "data" field.

Write a program in Kotlin
annotation class NoTesting
annotation class Delete

// Write code here
class LocalData(var data: String)
___

Create a free account to access the full topic