14 lines
439 B
Plaintext
Vendored
14 lines
439 B
Plaintext
Vendored
package
|
|
|
|
public const val condition: kotlin.String
|
|
public const val errorBranch: kotlin.Boolean
|
|
public const val errorConstIf: kotlin.Int
|
|
public const val flag: kotlin.Boolean = true
|
|
public const val multibranchIf: kotlin.Int
|
|
public val nonConstFlag: kotlin.Boolean = true
|
|
public const val value: kotlin.Int = 10
|
|
public const val withWhen: kotlin.String
|
|
public const val withWhen2: kotlin.String
|
|
public const val withWhen3: kotlin.String
|
|
|