Changed test data to not use deprecated api
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
@Inh<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: Inherited
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
import java.lang.annotation.Inherited
|
||||
|
||||
class A {
|
||||
@Inherited<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: Inherited
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
import java.lang.annotation.Inherited
|
||||
|
||||
class A {
|
||||
companion object {
|
||||
@Inh<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// ELEMENT: Inherited
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
import java.lang.annotation.Inherited
|
||||
|
||||
class A {
|
||||
companion object {
|
||||
@Inherited<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// ELEMENT: Inherited
|
||||
@@ -1,5 +0,0 @@
|
||||
class A {
|
||||
@pl<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: platformStatic
|
||||
@@ -1,7 +0,0 @@
|
||||
import kotlin.platform.platformStatic
|
||||
|
||||
class A {
|
||||
@platformStatic<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: platformStatic
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
class A {
|
||||
companion object {
|
||||
@pl<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// ELEMENT: platformStatic
|
||||
-9
@@ -1,9 +0,0 @@
|
||||
import kotlin.platform.platformStatic
|
||||
|
||||
class A {
|
||||
companion object {
|
||||
@platformStatic<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// ELEMENT: platformStatic
|
||||
Reference in New Issue
Block a user