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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user