[JVM IR] KT-36985: $default respects @Deprecated

$default dispatch methods gains @Deprecated if the original function
with default arguments has it.
This commit is contained in:
Kristoffer Andersen
2020-06-23 14:25:01 +02:00
committed by Dmitry Petrov
parent 034623f82a
commit b95d3e711e
2 changed files with 1 additions and 2 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
class Foo {