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