Description for AddJvmOverloadsIntention
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user