mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
public interface RemoveRedundantProjectionKind {
|
||||
public abstract fun f(/*0*/ p0: (kotlin.MutableCollection<out kotlin.CharSequence!>..kotlin.Collection<kotlin.CharSequence!>?)): kotlin.Unit
|
||||
public abstract fun f(/*0*/ p0: (kotlin.collections.MutableCollection<out kotlin.CharSequence!>..kotlin.collections.Collection<kotlin.CharSequence!>?)): kotlin.Unit
|
||||
public abstract fun f(/*0*/ p0: kotlin.Comparable<kotlin.CharSequence!>!): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user