Propagate control flow to bound double colon expressions
"Unused expression" should be reported on unused double colon expressions, this is postponed #KT-12551 Open
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user