Got rid of "namespace" word in test data.

This commit is contained in:
Evgeny Gerashchenko
2014-01-10 23:42:19 +04:00
parent ee3312fb00
commit 958f7c862d
102 changed files with 302 additions and 306 deletions
@@ -1,13 +1,13 @@
// FILE: ns1.kt
// check no error in overload in different namespaces
// FILE: pkg1.kt
// check no error in overload in different packages
package ns1
package pkg1
fun e() = 1
// FILE: ns2.kt
package ns2
// FILE: pkg2.kt
package pkg2
fun e() = 1
// FILE: ns3ns1.kt
package ns3.ns1
// FILE: pkg3pkg1.kt
package pkg3.pkg1
fun e() = 1