mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class MethodWithGenerics {
|
||||
public constructor MethodWithGenerics()
|
||||
public open fun foo(/*0*/ p0: kotlin.String!, /*1*/ p1: kotlin.(Mutable)List<kotlin.(Mutable)Map.(Mutable)Entry<kotlin.String!, kotlin.String!>!>!): kotlin.String!
|
||||
public open fun foo(/*0*/ p0: kotlin.String!, /*1*/ p1: kotlin.collections.(Mutable)List<kotlin.collections.(Mutable)Map.(Mutable)Entry<kotlin.String!, kotlin.String!>!>!): kotlin.String!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user