Do not generate annotations of method parameters on its $default synthetic method
#KT-7892 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
enum class K(private val default: String = "default") {
|
||||
ENTRY()
|
||||
}
|
||||
Reference in New Issue
Block a user