Files
kotlin/compiler/testData/diagnostics/tests/callableReference/bound/controlFlow.txt
Alexander Udalov e2d6e0cbab Propagate control flow to bound double colon expressions
"Unused expression" should be reported on unused double colon expressions, this
is postponed

 #KT-12551 Open
2016-06-07 12:42:42 +03:00

7 lines
227 B
Plaintext
Vendored

package
public fun noUnusedParameter(/*0*/ s: kotlin.String): kotlin.Int
public fun unreachableCode(): kotlin.Int
public fun unreachableCodeInLoop(): kotlin.Int
public fun unusedExpression(/*0*/ s: kotlin.String): kotlin.Unit