[FIR] Don't render Any? upper bounds of type parameters

This commit is contained in:
Dmitriy Novozhilov
2019-07-24 14:06:52 +03:00
committed by Mikhail Glukhikh
parent 7245475196
commit 6c26fc1943
2 changed files with 14 additions and 3 deletions
@@ -1,5 +1,5 @@
public open class Max : R|kotlin/Any| {
public open fun <T : R|kotlin/Any|?, R|kotlin/Comparable<T>|?> max(p0: R|kotlin/collections/Collection<T>|?): R|T|
public open fun <T : R|kotlin/Comparable<T>|?> max(p0: R|kotlin/collections/Collection<T>|?): R|T|
public constructor(): R|test/Max|