Modified test data to provoke resolution because of rename in imports.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
package testData.libraries
|
||||
|
||||
public fun func(str : String) {
|
||||
import jet as gogland
|
||||
|
||||
public fun func(str : gogland.String) {
|
||||
}
|
||||
@@ -99,6 +99,9 @@ public fun func(a : Int, b : Int) {
|
||||
public fun func() {
|
||||
}
|
||||
|
||||
public fun func(cs : CharSequence) {
|
||||
}
|
||||
|
||||
public inline fun <T> T.filter(predicate: (T)-> Boolean) : T? = this
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user