Quick fix to replace sure() calls with !!

This commit is contained in:
Andrey Breslav
2012-09-18 20:17:44 +04:00
parent 36b5573f4d
commit 3aaed57a66
7 changed files with 236 additions and 0 deletions
@@ -0,0 +1,6 @@
// "Replace sure() calls by !! in project" "false"
// ERROR: Unresolved reference: sure
fun test() {
<caret>sure()
}