Fixing tests after adding a new intention

This commit is contained in:
Andrey Breslav
2013-08-27 15:58:22 +04:00
parent 5c58cb946c
commit 16d656c7af
4 changed files with 12 additions and 0 deletions
@@ -1,5 +1,8 @@
// "Make Object.notify open" "false"
// ERROR: 'notify' in 'Object' is final and cannot be overridden
// ACTION: Convert to extension
// ACTION: Disable 'Convert to extension'
// ACTION: Edit intention settings
class A : Object() {
override<caret> fun notify() {}
}