"Unused value" error added to existed tests
This commit is contained in:
@@ -28,7 +28,7 @@ class WithC() {
|
||||
}
|
||||
|
||||
this(a : Int) : this() {
|
||||
val b = x
|
||||
val <warning>b</warning> = x
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user