Add quickfix for incorrect @JvmOverloads annotation
#KT-12701 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Remove @JvmOverloads annotation" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
interface T {
|
||||
@kotlin.jvm.<caret>JvmOverloads fun foo(s: String = "OK")
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// "Remove @JvmOverloads annotation" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
interface T {
|
||||
fun foo(s: String = "OK")
|
||||
}
|
||||
Reference in New Issue
Block a user