Moved tests
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package some
|
||||
|
||||
annotation class AnnComplete
|
||||
|
||||
class Multiplier {
|
||||
@get:[A<caret>]
|
||||
var property = 0
|
||||
}
|
||||
|
||||
// ELEMENT: AnnComplete
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
package some
|
||||
|
||||
annotation class AnnComplete
|
||||
|
||||
class Multiplier {
|
||||
@get:[AnnComplete<caret>]
|
||||
var property = 0
|
||||
}
|
||||
|
||||
// ELEMENT: AnnComplete
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
@Inh<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: Inherited
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import java.lang.annotation.Inherited
|
||||
|
||||
class A {
|
||||
@Inherited<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: Inherited
|
||||
Vendored
+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
|
||||
Reference in New Issue
Block a user