Create ProhibitJvmOverloadsOnConstructorsOfAnnotationClassesMigrationInspection
#KT-36260 Fixed
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
org.jetbrains.kotlin.idea.inspections.migration.ProhibitJvmOverloadsOnConstructorsOfAnnotationClassesMigrationInspection
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// LANGUAGE_VERSION: 1.4
|
||||
// WITH_RUNTIME
|
||||
|
||||
annotation class A @JvmOverloads<caret> constructor(val x: Int = 1)
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// LANGUAGE_VERSION: 1.4
|
||||
// WITH_RUNTIME
|
||||
|
||||
annotation class A constructor(val x: Int = 1)
|
||||
Reference in New Issue
Block a user