Split on big fat test case in LibrariesWithSourcesTest into several smaller ones.

This commit is contained in:
Evgeny Gerashchenko
2012-04-04 20:25:06 +04:00
parent 68312a71e3
commit b4cf0bff96
10 changed files with 169 additions and 133 deletions
@@ -0,0 +1,16 @@
import testData.libraries.*
fun foo() {
func(5)
func(5, "5")
func(5, 5)
func()
}
//public fun <1><2>func(a : Int, b : String = "55") {
//}
//
//public fun <3>func(a : Int, b : Int) {
//}
//
//public fun <4>func() {