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
116 B
Kotlin
Vendored
6 lines
116 B
Kotlin
Vendored
// "Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for statement " "true"
|
|
|
|
fun foo() {
|
|
var x = 0
|
|
x = 1<caret>!!
|
|
} |