summaryrefslogtreecommitdiff
path: root/plugins/groovy/testdata/refactoring/pullUp/ImplementsList3.groovy
blob: 6208d4438ae0d1dac0ac076227d1afd8836ac0fc (plain)
1
2
3
4
5
6
interface I1 {}
interface I2 {}

class Super {}

class Foo extends Super impl<caret>ements I1, I2 {}