blob: 9a69f5bd924249dd9ae1d9c6b2e71be110affbe8 [file] [log] [blame]
abstract class A{
abstract def foo()
def boo() {
<selection>foo</selection>()
}
}
------
FAIL: Refactoring cannot be applied to abstract methods