don't show "Change type arguments" fix when there's nothing to change
#KT-11178 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// "Change type arguments to <>" "false"
|
||||
// ACTION: Convert to expression body
|
||||
fun <T> get(column: String, map: Map<String, Any>): T {
|
||||
return map[column] as <caret>T
|
||||
}
|
||||
Reference in New Issue
Block a user