mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
"Unused expression" should be reported on unused double colon expressions, this is postponed #KT-12551 Open
7 lines
227 B
Plaintext
Vendored
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
|