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
@@ -1,4 +1,4 @@
// "Make 'foo' not abstract" "true"
class A() {
<caret>abstract fun foo()
<caret>abstract fun foo() {}
}