Disable test until KT-10405 not fixed

This commit is contained in:
Zalim Bashorov
2015-12-15 14:58:17 +03:00
parent 8fa2e28729
commit 674a15daa1
2 changed files with 4 additions and 2 deletions

View File

@@ -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
}
}