fix tests in org.jetbrains.kotlin.idea.stubs
This commit is contained in:
+3
-3
@@ -1,17 +1,17 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
kotlin.deprecated(value = "Class") public final class Class {
|
kotlin.Deprecated(value = "Class") public final class Class {
|
||||||
/*primary*/ public constructor Class()
|
/*primary*/ public constructor Class()
|
||||||
|
|
||||||
kotlin.Deprecated(value = "companion object") public companion object Companion {
|
kotlin.Deprecated(value = "companion object") public companion object Companion {
|
||||||
/*primary*/ private constructor Companion()
|
/*primary*/ private constructor Companion()
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin.deprecated(value = "Inner") public final inner class Inner {
|
kotlin.Deprecated(value = "Inner") public final inner class Inner {
|
||||||
/*primary*/ public constructor Inner()
|
/*primary*/ public constructor Inner()
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin.deprecated(value = "Nested") public final class Nested {
|
kotlin.Deprecated(value = "Nested") public final class Nested {
|
||||||
/*primary*/ public constructor Nested()
|
/*primary*/ public constructor Nested()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
package test
|
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()
|
/*primary*/ public constructor Anno()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user