83d0e8ebb5
- Move introduce and remove !! call to one class
5 lines
86 B
Kotlin
5 lines
86 B
Kotlin
// "Add non-null asserted (!!) call" "true"
|
|
fun foo(a: Int?) {
|
|
a<caret>.plus(1)
|
|
}
|