Serializing information about star projections

This commit is contained in:
Andrey Breslav
2015-02-02 19:51:44 +03:00
parent fecf6f9fdf
commit 0f0f205248
26 changed files with 144 additions and 96 deletions

View File

@@ -2,7 +2,7 @@ package test
public final class StarProjection {
public constructor StarProjection()
public final fun foo(): test.StarProjection.MyClass<out kotlin.CharSequence!>!
public final fun foo(): test.StarProjection.MyClass<*>!
public trait MyClass</*0*/ T : kotlin.CharSequence!> {
}