Prohibit type parameters for local variables in LV >= 1.4 & -progressive
#KT-8341 Fixed
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// "Remove type parameters" "true"
|
||||
|
||||
fun test() {
|
||||
val <caret><T : unresovled_reference, K> x = 0
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
// "Remove type parameters" "true"
|
||||
|
||||
fun test() {
|
||||
val x = 0
|
||||
}
|
||||
Reference in New Issue
Block a user