Test for unnecessary non-null assertion fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// "Replace with dot call" "true"
|
// "Remove unnecessary non-null assertion (!!)" "true"
|
||||||
fun test(value : Int) : Int {
|
fun test(value : Int) : Int {
|
||||||
value<caret>
|
value<caret>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// "Replace with dot call" "true"
|
// "Remove unnecessary non-null assertion (!!)" "true"
|
||||||
fun test(value : Int) : Int {
|
fun test(value : Int) : Int {
|
||||||
value<caret>!!
|
value<caret>!!
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user