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
@@ -15,6 +15,8 @@ package testData.libraries
[public fun func() : Unit { /* compiled code */ }]
[public fun func(cs : jet.CharSequence) : Unit { /* compiled code */ }]
[public fun func(a : jet.Int, b : jet.Int) : Unit { /* compiled code */ }]
[public fun func(a : jet.Int, b : jet.String = /* compiled code */) : Unit { /* compiled code */ }]