4910024cdb
There's no need now to consider precedence of element as annotation preceding the beginning of block statement is always now attached to the whole statement #KT-11673 Fixed #KT-12780 Fixed
6 lines
158 B
Plaintext
Vendored
6 lines
158 B
Plaintext
Vendored
// "Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for statement " "true"
|
|
|
|
fun foo() {
|
|
@Suppress("UNNECESSARY_NOT_NULL_ASSERTION")
|
|
""<caret>!! as? String
|
|
} |