Annotate companion object declaration with SinceKotlin
Move it to the end of the class declaration. Update builtins testdata
This commit is contained in:
@@ -39,6 +39,10 @@ public final class Boolean : kotlin.Comparable<kotlin.Boolean> {
|
||||
public final operator fun not(): kotlin.Boolean
|
||||
public final infix fun or(/*0*/ other: kotlin.Boolean): kotlin.Boolean
|
||||
public final infix fun xor(/*0*/ other: kotlin.Boolean): kotlin.Boolean
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.3") public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
}
|
||||
}
|
||||
|
||||
public final class BooleanArray {
|
||||
|
||||
Reference in New Issue
Block a user