KT-13674 Add quickfix to remove the final upper bound

#KT-13674 Fixed
This commit is contained in:
shiraji
2016-09-09 13:47:47 +09:00
parent 3f2f79ef59
commit 7c3835bb77
7 changed files with 82 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
// "Remove final upper bound" "true"
data class DC<T : Int<caret>>(val x: T, val y: String)