Added test which provokes resolution because of same short name.

This commit is contained in:
Evgeny Gerashchenko
2013-01-09 17:47:57 +04:00
parent 16cad76060
commit 43fd993d6d
4 changed files with 28 additions and 0 deletions
+7
View File
@@ -100,3 +100,10 @@ public fun func() {
}
public inline fun <T> T.filter(predicate: (T)-> Boolean) : T? = this
public class Double
public fun processDouble(d: Double) {}
public fun processDouble(d: jet.Double) {}