Files
kotlin-fork/compiler/testData/diagnostics/tests/when/exhaustiveWhenWithConstVal.txt
T
2021-12-21 16:36:19 +03:00

11 lines
429 B
Plaintext
Vendored

package
public const val myF: kotlin.Boolean = false
public const val myT: kotlin.Boolean = true
public fun test_1(/*0*/ someBoolean: kotlin.Boolean): kotlin.Unit
public fun test_2(/*0*/ someBoolean: kotlin.Boolean): kotlin.Unit
public fun test_3(/*0*/ someBoolean: kotlin.Boolean): kotlin.Unit
public fun test_4(/*0*/ someBoolean: kotlin.Boolean): kotlin.Unit
public fun test_5(/*0*/ someBoolean: kotlin.Boolean): kotlin.Unit