KT-13674 Add quickfix to remove the final upper bound
#KT-13674 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Remove final upper bound" "true"
|
||||
|
||||
data class DC(val x: Int, val y: String) {
|
||||
fun <S : Int<caret>> foo(b: S) {
|
||||
val a: S = b
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user