Remove unused JvmTypeAliasExtensionVisitor and JvmValueParameterExtensionVisitor

They were added in e4702bf438 and a08cf59017 but 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:
Alexander Udalov
2021-10-26 19:21:09 +02:00
parent ea7160947a
commit fbd20b6556
6 changed files with 7 additions and 74 deletions
@@ -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