"Unused value" error added to existed tests
This commit is contained in:
@@ -18,5 +18,5 @@ enum class Foo<T> {
|
||||
|
||||
|
||||
fun box() {
|
||||
val x: ProtocolState = ProtocolState.WAITING
|
||||
val <warning>x</warning>: ProtocolState = ProtocolState.WAITING
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user