fix tests in org.jetbrains.kotlin.idea.stubs

This commit is contained in:
Michael Nedzelsky
2015-09-05 09:06:43 +03:00
parent ce77ac4991
commit aa8c90893e
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
package test
kotlin.annotation.annotation(retention = AnnotationRetention.RUNTIME) public final class Anno : kotlin.Annotation {
kotlin.annotation.Retention(value = AnnotationRetention.RUNTIME) kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}