Remove unused JvmTypeAliasExtensionVisitor and JvmValueParameterExtensionVisitor
They were added ine4702bf438anda08cf59017but in fact they are not needed on JVM until there are JVM-specific extensions in the metadata. Moreover, there was a typo in JvmValueParameterExtensionVisitor's superclass (see https://github.com/JetBrains/kotlin/pull/4613).
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
- `JvmFlag.Class.HAS_METHOD_BODIES_IN_INTERFACE`
|
||||
- `JvmFlag.Class.IS_COMPILED_IN_COMPATIBILITY_MODE`
|
||||
- [`KT-48965`](https://youtrack.jetbrains.com/issue/KT-48965) Make the type of `KmValueParameter.type` non-null `KmType`
|
||||
- Remove unused `JvmTypeAliasExtensionVisitor` and `JvmValueParameterExtensionVisitor`
|
||||
|
||||
## 0.3.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user