@JvmOverloads on local declarations is now an error

This commit is contained in:
Dmitry Jemerov
2016-11-17 16:08:49 +01:00
parent 140c7351a8
commit 79e90b32e8
5 changed files with 14 additions and 6 deletions
@@ -447,6 +447,7 @@ class QuickFixRegistrar : QuickFixContributor {
OVERLOADS_ABSTRACT.registerFactory(RemoveAnnotationFix.JvmOverloads)
OVERLOADS_PRIVATE.registerFactory(RemoveAnnotationFix.JvmOverloads)
OVERLOADS_LOCAL.registerFactory(RemoveAnnotationFix.JvmOverloads)
OVERLOADS_WITHOUT_DEFAULT_ARGUMENTS.registerFactory(RemoveAnnotationFix.JvmOverloads)
}
}