Disable test until KT-10405 not fixed
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
class Some {
|
class Some {
|
||||||
@TestAnnotation companion object {
|
// TODO uncomment after KT-10405 will be fixed
|
||||||
|
// @Companion.TestAnnotation
|
||||||
|
companion object {
|
||||||
annotation class TestAnnotation
|
annotation class TestAnnotation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ package test
|
|||||||
public final class Some {
|
public final class Some {
|
||||||
/*primary*/ public constructor Some()
|
/*primary*/ public constructor Some()
|
||||||
|
|
||||||
@test.Some.Companion.TestAnnotation() public companion object Companion {
|
public companion object Companion {
|
||||||
/*primary*/ private constructor Companion()
|
/*primary*/ private constructor Companion()
|
||||||
|
|
||||||
public final annotation class TestAnnotation : kotlin.Annotation {
|
public final annotation class TestAnnotation : kotlin.Annotation {
|
||||||
|
|||||||
Reference in New Issue
Block a user