[NI] Uncapture captured types in diagnostics
This commit is contained in:
committed by
Mikhail Zarechenskiy
parent
e6deaf3315
commit
f7091dd1e9
+1
-1
@@ -3,7 +3,7 @@ package
|
||||
public val test1: CStar /* = C<*> */
|
||||
public val test2: CIn /* = C<in kotlin.Int> */
|
||||
public val test3: COut /* = C<out kotlin.Int> */
|
||||
public val test4: CT<kotlin.Any?> /* = C<kotlin.Any?> */
|
||||
public val test4: [ERROR : Type for CT<*>()]
|
||||
public val test5: CT<CT<*> /* = C<*> */> /* = C<CT<*> /* = C<*> */> */
|
||||
|
||||
public final class C</*0*/ T> {
|
||||
|
||||
Reference in New Issue
Block a user