Description for AddJvmOverloadsIntention

This commit is contained in:
Nikolay Krasko
2016-05-05 16:49:19 +03:00
parent 527907635d
commit 6cafa51b07
3 changed files with 10 additions and 0 deletions
@@ -0,0 +1,3 @@
<spot>@JvmOverloads</spot>
fun foo(a: String = "") {
}
@@ -0,0 +1,2 @@
fun foo(a: String = "") {
}
@@ -0,0 +1,5 @@
<html>
<body>
This intention adds @JvmOverloads annotation to functions and constructors with default arguments.
</body>
</html>