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

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