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
@@ -6,6 +6,6 @@ fun foo() {
}
// extra.kt
//public fun <1>func(str : String) {
//public fun <1>func(str : gogland.String) {
// main.kt
//public fun <2>func(a : Int, b : String = "55") {