KT-6751 References to type arguments of a type argument not resolved when wrong number of them
#KT-6751 Fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
internal val b: [ERROR : B<*>]
|
||||
internal val b: [ERROR : B]<out [ERROR : *]>
|
||||
|
||||
internal final class B {
|
||||
public constructor B()
|
||||
|
||||
Reference in New Issue
Block a user