Check that quick fixes don't produce new errors

This commit is contained in:
Nikolay Krasko
2012-06-27 17:41:21 +04:00
parent 0f2b3dbf14
commit bade0e0275
24 changed files with 68 additions and 24 deletions
@@ -2,5 +2,5 @@
package some
fun testFun() {
<caret>measureTimeNano()
<caret>measureTimeNano({})
}