Added quickfix for VARIANCE_ON_TYPE_PARAMETER_OF_FUNCTION_OR_PROPERTY.

This commit is contained in:
Jack Zhou
2013-02-07 10:46:37 -05:00
committed by Andrey Breslav
parent e96d8ef475
commit cf87f55085
5 changed files with 40 additions and 0 deletions
@@ -0,0 +1,2 @@
// "Remove 'out' modifier" "true"
fun foo<String>() { }
@@ -0,0 +1,2 @@
// "Remove 'out' modifier" "true"
fun foo<out<caret> String>() { }