mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Disable test until KT-10405 not fixed
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package test
|
||||
|
||||
class Some {
|
||||
@TestAnnotation companion object {
|
||||
// TODO uncomment after KT-10405 will be fixed
|
||||
// @Companion.TestAnnotation
|
||||
companion object {
|
||||
annotation class TestAnnotation
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ package test
|
||||
public final class Some {
|
||||
/*primary*/ public constructor Some()
|
||||
|
||||
@test.Some.Companion.TestAnnotation() public companion object Companion {
|
||||
public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
|
||||
public final annotation class TestAnnotation : kotlin.Annotation {
|
||||
|
||||
Reference in New Issue
Block a user