IC: Add inline class -> @JvmInline value class warning

This commit is contained in:
Ilmir Usmanov
2021-02-17 20:57:37 +01:00
parent b417786fd4
commit 62123d72e2
74 changed files with 102 additions and 65 deletions
@@ -0,0 +1,10 @@
package
public final inline class IC {
public constructor IC(/*0*/ i: kotlin.Int)
public final val i: kotlin.Int
public open override /*1*/ /*synthesized*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*synthesized*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*synthesized*/ fun toString(): kotlin.String
}