343af60cb4
#KT-38597 Fixed
3 lines
56 B
Kotlin
Vendored
3 lines
56 B
Kotlin
Vendored
fun test(b: Boolean?): Boolean {
|
|
return <caret>b!!
|
|
} |