Render captured type parameters in verbose mode

This commit is contained in:
Denis Zharkov
2015-11-11 19:52:22 +03:00
parent 6ae653e5a1
commit e920ce709b
42 changed files with 84 additions and 72 deletions
@@ -3,7 +3,7 @@ package test
public open class TypeParameterOfOuterClass</*0*/ T : kotlin.Any!> {
public constructor TypeParameterOfOuterClass</*0*/ T : kotlin.Any!>()
public open inner class Inner {
public open inner class Inner /*captured type parameters: /*0*/ T : kotlin.Any!*/ {
public constructor Inner()
public open fun foo(/*0*/ p0: java.util.Comparator<T!>!): kotlin.Unit
}