7 lines
172 B
Plaintext
Vendored
7 lines
172 B
Plaintext
Vendored
// "Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for statement " "true"
|
|
|
|
fun foo() {
|
|
@Suppress("Foo", "UNNECESSARY_NOT_NULL_ASSERTION") ""<caret>!!
|
|
}
|
|
|
|
annotation class ann |