JVM_IR: discard parameter annotations in anonymous object constructors

This commit is contained in:
pyos
2019-09-05 10:22:59 +02:00
committed by max-kammerer
parent 78465e280f
commit d3992826e4
23 changed files with 7 additions and 48 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// TARGET_BACKEND: JVM
// WITH_RUNTIME
// KOTLIN_CONFIGURATION_FLAGS: CONSTRUCTOR_CALL_NORMALIZATION_MODE=enable
@@ -1,5 +1,4 @@
// !LANGUAGE: +NormalizeConstructorCalls
// IGNORE_BACKEND: JVM_IR
// TARGET_BACKEND: JVM
// WITH_RUNTIME
open class A(val s: String)