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
@@ -2,6 +2,9 @@
// ERROR: 'f' overrides nothing
// ACTION: Add 'open fun f(a: String)' to 'A'
// ACTION: Remove 'override' modifier
// ACTION: Convert to extension
// ACTION: Disable 'Convert to extension'
// ACTION: Edit intention settings
open class A {
open fun foo() {}
fun f(a: Int) {}