Replaced sure() invocation with '!!' operator in suggester test.

This commit is contained in:
Evgeny Gerashchenko
2012-09-17 13:57:54 +04:00
parent 09502433be
commit ee539e7da5
@@ -1,11 +1,10 @@
fun getFooGoo(): String? = "text"
fun a() {
<selection>getFooGoo().sure()</selection>
<selection>getFooGoo()!!</selection>
}
/*
fooGoo
goo
s
sure
*/