Replaced sure() invocation with '!!' operator in suggester test.
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
fun getFooGoo(): String? = "text"
|
fun getFooGoo(): String? = "text"
|
||||||
|
|
||||||
fun a() {
|
fun a() {
|
||||||
<selection>getFooGoo().sure()</selection>
|
<selection>getFooGoo()!!</selection>
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
fooGoo
|
fooGoo
|
||||||
goo
|
goo
|
||||||
s
|
s
|
||||||
sure
|
|
||||||
*/
|
*/
|
||||||
Reference in New Issue
Block a user