Fixed ParameterName annotation target

This commit is contained in:
Valentin Kipyatkov
2016-10-13 15:13:10 +03:00
parent 050139220d
commit 2b2042860d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ public annotation class ExtensionFunctionType
/**
* Annotates type arguments of functional type and holds corresponding parameter name specified by the user in type declaration (if any).
*/
@Target(TYPE_PARAMETER)
@Target(TYPE)
@MustBeDocumented
@SinceKotlin("1.1")
public annotation class ParameterName(val name: String)