Files
kotlin/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInBinaryExpressions.txt
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

13 lines
472 B
Plaintext

package
internal fun bar(): kotlin.Unit
internal fun returnInBinary1(): kotlin.Boolean
internal fun returnInBinary2(): kotlin.Boolean
internal fun testAnd1(/*0*/ b: kotlin.Boolean): kotlin.Unit
internal fun testAnd2(/*0*/ b: kotlin.Boolean): kotlin.Unit
internal fun testBinary1(): kotlin.Unit
internal fun testBinary2(): kotlin.Unit
internal fun testElvis1(): kotlin.Unit
internal fun testElvis2(/*0*/ s: kotlin.String?): kotlin.Unit
internal fun todo(): kotlin.Nothing