Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
package qualified_expressions {
|
||||
public fun test(/*0*/ s: kotlin.IntRange?): kotlin.Unit
|
||||
public fun test(/*0*/ s: kotlin.ranges.IntRange?): kotlin.Unit
|
||||
public fun kotlin.String.startsWith(/*0*/ s: kotlin.String): kotlin.Boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user