Made some navigation tests independent on stdlib.

This commit is contained in:
Evgeny Gerashchenko
2014-09-25 16:40:06 +04:00
parent e53aca5496
commit d44926ffde
5 changed files with 102 additions and 96 deletions
@@ -0,0 +1,3 @@
package a
class Foo
@@ -0,0 +1,6 @@
package b
import a.*
fun doSomething(f: Foo, t: Thread, s: String) {
}