Modified test data to provoke resolution because of rename in imports.

This commit is contained in:
Evgeny Gerashchenko
2013-01-09 17:58:14 +04:00
parent 43fd993d6d
commit 09f4705360
4 changed files with 9 additions and 2 deletions
+3
View File
@@ -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