Changed test data to not use deprecated api

This commit is contained in:
Valentin Kipyatkov
2015-10-15 19:17:26 +03:00
parent 36b3b16cb5
commit e2c7ba7f40
9 changed files with 42 additions and 40 deletions
@@ -0,0 +1,9 @@
import java.lang.annotation.Inherited
class A {
companion object {
@Inh<caret>
}
}
// ELEMENT: Inherited