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
@@ -0,0 +1,13 @@
import testData.libraries.*
fun foo() {
processDouble(1.0);
processDouble(Double())
}
// main.kt
//public class <3>Double
//
//public fun <2>processDouble(d: Double) {}
//
//public fun <1>processDouble(d: jet.Double) {}