blob: 6631df8bc915ba1fe937a9eaddaac92db8f70956 [file] [log] [blame]
package test
class Some {
// TODO uncomment after KT-10405 will be fixed
// @Companion.TestAnnotation
companion object {
annotation class TestAnnotation
}
}